#336A04

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

Shades of Bilbao #336A04

Tints of Bilbao #336A04

Color information

#336A04 (or 0x336A04) is unknown color: approx Bilbao. HEX triplet: 33, 6A and 04. RGB value is (51,106,4). Sum of RGB (Red+Green+Blue) = 51+106+4=161 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.68% from 161); Green value is 106 (41.80% from 255 or 65.84% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 106 - color contains mainly: green. Hex color #336A04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336A04 is #CC95FB. Grayscale: #4E4E4E. Windows color (decimal): -13407740 or 289331. OLE color: 289331.

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

Color convert

RGB511064-
CMYK0.5200.960.58
HSL92.35º92.73%21.57%-
HSV(B)92.35º96.23%41.57%-
XYZ6.5411.021.9-
YUV77.9386.28108.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.68%
GREEN value IS 106 (41.80% from 255) = 65.84%
BLUE value IS 4 (1.95% from 255) = 2.48%
R=31.68%
G=65.84%
B=2.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5110640.5200.960.5892.3592.7321.57
Hex336A4340603A5c5d16
Octal6315246401407213413526
Binary1100111101010100110100011000001110101011100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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