#336A16

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

Shades of Bilbao #336A16

Tints of Bilbao #336A16

Color information

#336A16 (or 0x336A16) is unknown color: approx Bilbao. HEX triplet: 33, 6A and 16. RGB value is (51,106,22). Sum of RGB (Red+Green+Blue) = 51+106+22=179 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.49% from 179); Green value is 106 (41.80% from 255 or 59.22% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 106 - color contains mainly: green. Hex color #336A16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336A16 is #CC95E9. Grayscale: #505050. Windows color (decimal): -13407722 or 1468979. OLE color: 1468979.

HSL color Cylindrical-coordinate representation of color #336A16: hue angle of 99.29º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #336A16 is Cyan = 0.52, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.

Color convert

RGB5110622-
CMYK0.5200.790.58
HSL99.29º65.62%25.1%-
HSV(B)99.29º79.25%41.57%-
XYZ6.6611.072.54-
YUV79.9895.28107.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.49%
GREEN value IS 106 (41.80% from 255) = 59.22%
BLUE value IS 22 (8.98% from 255) = 12.29%
R=28.49%
G=59.22%
B=12.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51106220.5200.790.5899.2965.6225.1
Hex336A163404F3A634219
Octal63152266401177214310231
Binary110011110101010110110100010011111110101100011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,106,22); }

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

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

 a { background-color: rgb(51,106,22); }

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

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

 span { border-color: rgb(51,106,22); }

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