#336C06

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

Shades of Bilbao #336C06

Tints of Bilbao #336C06

Color information

#336C06 (or 0x336C06) is unknown color: approx Bilbao. HEX triplet: 33, 6C and 06. RGB value is (51,108,6). Sum of RGB (Red+Green+Blue) = 51+108+6=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 108 (42.58% from 255 or 65.45% from 165); Blue value is 6 (2.73% from 255 or 3.64% from 165); Max value from RGB is 108 - color contains mainly: green. Hex color #336C06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336C06 is #CC93F9. Grayscale: #4F4F4F. Windows color (decimal): -13407226 or 420915. OLE color: 420915.

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

Color convert

RGB511086-
CMYK0.5300.940.58
HSL93.53º89.47%22.35%-
HSV(B)93.53º94.44%42.35%-
XYZ6.7611.442.02-
YUV79.3386.62107.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.91%
GREEN value IS 108 (42.58% from 255) = 65.45%
BLUE value IS 6 (2.73% from 255) = 3.64%
R=30.91%
G=65.45%
B=3.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5110860.5300.940.5893.5389.4722.35
Hex336C63505E3A5e5916
Octal6315466501367213613126
Binary1100111101100110110101010111101110101011110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,108,6); }

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

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

 a { background-color: rgb(51,108,6); }

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

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

 span { border-color: rgb(51,108,6); }

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