#336611

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

Shades of Bilbao #336611

Tints of Bilbao #336611

Color information

#336611 (or 0x336611) is unknown color: approx Bilbao. HEX triplet: 33, 66 and 11. RGB value is (51,102,17). Sum of RGB (Red+Green+Blue) = 51+102+17=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 102 (40.23% from 255 or 60% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 102 - color contains mainly: green. Hex color #336611 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336611 is #CC99EE. Grayscale: #4D4D4D. Windows color (decimal): -13408751 or 1140275. OLE color: 1140275.

HSL color Cylindrical-coordinate representation of color #336611: hue angle of 96º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #336611 is Cyan = 0.5, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.6.

Color convert

RGB5110217-
CMYK0.500.830.6
HSL96º71.43%23.33%-
HSV(B)96º83.33%40%-
XYZ6.2210.252.18-
YUV77.0694.1109.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30%
GREEN value IS 102 (40.23% from 255) = 60%
BLUE value IS 17 (7.03% from 255) = 10%
R=30%
G=60%
B=10%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal51102170.500.830.69671.4323.33
Hex336611320533C604717
Octal63146216201237414010727
Binary110011110011010001110010010100111111001100000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336611; }

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

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

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

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

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

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

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

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