#338008

Color #338008 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #338008

Tints of Bilbao #338008

Color information

#338008 (or 0x338008) is unknown color: approx Bilbao. HEX triplet: 33, 80 and 08. RGB value is (51,128,8). Sum of RGB (Red+Green+Blue) = 51+128+8=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 128 (50.39% from 255 or 68.45% from 187); Blue value is 8 (3.52% from 255 or 4.28% from 187); Max value from RGB is 128 - color contains mainly: green. Hex color #338008 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338008 is #CC7FF7. Grayscale: #5B5B5B. Windows color (decimal): -13402104 or 557107. OLE color: 557107.

HSL color Cylindrical-coordinate representation of color #338008: hue angle of 98.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #338008 is Cyan = 0.60, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB511288-
CMYK0.6000.940.50
HSL98.5º88.24%26.67%-
HSV(B)98.5º93.75%50.2%-
XYZ9.1316.162.87-
YUV91.380.9999.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 27.27%
GREEN value IS 128 (50.39% from 255) = 68.45%
BLUE value IS 8 (3.52% from 255) = 4.28%
R=27.27%
G=68.45%
B=4.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5112880.6000.940.5098.588.2426.67
Hex338083C05E3262581b
Octal63200107401366214213033
Binary110011100000001000111100010111101100101100010101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338008; }

 p { color: rgb(51,128,8); }

 H1.HeaderClassName
 {
   color: #338008;
 }
 .AnyTagClassName
 {
   color: #338008;
 }
</style>
background-color css

<style>
 a { background-color: #338008; }

 a { background-color: rgb(51,128,8); }

 div.DivClassName
 {
   background-color: #338008;
 }
 .BgClassName
 {
   background-color: #338008;
 }
</style>
border-color css

<style>
 span { border-color: #338008; }

 span { border-color: rgb(51,128,8); }

 td.TdClassName
 {
   border-color: #338008;
 }
 .TagClassName
 {
   border-color: #338008;
 }
</style>