#336812

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

Shades of Bilbao #336812

Tints of Bilbao #336812

Color information

#336812 (or 0x336812) is unknown color: approx Bilbao. HEX triplet: 33, 68 and 12. RGB value is (51,104,18). Sum of RGB (Red+Green+Blue) = 51+104+18=173 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.48% from 173); Green value is 104 (41.02% from 255 or 60.12% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 104 - color contains mainly: green. Hex color #336812 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336812 is #CC97ED. Grayscale: #4E4E4E. Windows color (decimal): -13408238 or 1206323. OLE color: 1206323.

HSL color Cylindrical-coordinate representation of color #336812: hue angle of 96.98º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #336812 is Cyan = 0.51, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB5110418-
CMYK0.5100.830.59
HSL96.98º70.49%23.92%-
HSV(B)96.98º82.69%40.78%-
XYZ6.4210.652.29-
YUV78.3593.94108.49-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.48%
GREEN value IS 104 (41.02% from 255) = 60.12%
BLUE value IS 18 (7.42% from 255) = 10.40%
R=29.48%
G=60.12%
B=10.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51104180.5100.830.5996.9870.4923.92
Hex336812330533B614618
Octal63150226301237314110630
Binary110011110100010010110011010100111110111100001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336812; }

 p { color: rgb(51,104,18); }

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

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

 a { background-color: rgb(51,104,18); }

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

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

 span { border-color: rgb(51,104,18); }

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