#336F0B

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

Shades of Bilbao #336F0B

Tints of Bilbao #336F0B

Color information

#336F0B (or 0x336F0B) is unknown color: approx Bilbao. HEX triplet: 33, 6F and 0B. RGB value is (51,111,11). Sum of RGB (Red+Green+Blue) = 51+111+11=173 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.48% from 173); Green value is 111 (43.75% from 255 or 64.16% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 111 - color contains mainly: green. Hex color #336F0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336F0B is #CC90F4. Grayscale: #515151. Windows color (decimal): -13406453 or 749363. OLE color: 749363.

HSL color Cylindrical-coordinate representation of color #336F0B: hue angle of 96º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #336F0B is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB5111111-
CMYK0.5400.900.56
HSL96º81.97%23.92%-
HSV(B)96º90.09%43.53%-
XYZ7.1112.12.28-
YUV81.6688.12106.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.48%
GREEN value IS 111 (43.75% from 255) = 64.16%
BLUE value IS 11 (4.69% from 255) = 6.36%
R=29.48%
G=64.16%
B=6.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51111110.5400.900.569681.9723.92
Hex336FB3605A38605218
Octal63157136601327014012230
Binary11001111011111011110110010110101110001100000101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336F0B; }

 p { color: rgb(51,111,11); }

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

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

 a { background-color: rgb(51,111,11); }

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

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

 span { border-color: rgb(51,111,11); }

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