#336F11

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

Shades of Bilbao #336F11

Tints of Bilbao #336F11

Color information

#336F11 (or 0x336F11) is unknown color: approx Bilbao. HEX triplet: 33, 6F and 11. RGB value is (51,111,17). Sum of RGB (Red+Green+Blue) = 51+111+17=179 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.49% from 179); Green value is 111 (43.75% from 255 or 62.01% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 111 - color contains mainly: green. Hex color #336F11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336F11 is #CC90EE. Grayscale: #525252. Windows color (decimal): -13406447 or 1142579. OLE color: 1142579.

HSL color Cylindrical-coordinate representation of color #336F11: hue angle of 98.3º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #336F11 is Cyan = 0.54, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB5111117-
CMYK0.5400.850.56
HSL98.3º73.44%25.1%-
HSV(B)98.3º84.68%43.53%-
XYZ7.1512.112.49-
YUV82.3491.12105.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.49%
GREEN value IS 111 (43.75% from 255) = 62.01%
BLUE value IS 17 (7.03% from 255) = 9.50%
R=28.49%
G=62.01%
B=9.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51111170.5400.850.5698.373.4425.1
Hex336F113605538624919
Octal63157216601257014211131
Binary110011110111110001110110010101011110001100010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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