Html Css Color HEX #336812 Bilbao

📋 copy color: '#336812'

red 51 ◦ green 104 ◦ blue 18

#336812
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #336812

Tints of Bilbao #336812

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.4%

R = 29.48%
G = 60.12%
B = 10.4%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#336812 (or 0x336812) is known color: 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

RGB 51 104 18 -
CMYK 0.51 0 0.83 0.59
HSL 96.98º 0.7% 0.24% -
HSV(B) 96.98º 0.83% 0.41% -
XYZ 6.42 10.65 2.29 -
YUV 78.35 93.94 108.49 -
System Red Green Blue C M Y K H S L
Decimal 51 104 18 0.51 0 0.83 0.59 96.98 0.7 0.24
Hex 33 68 12 33 0 53 3B 61 46 18
Octal 63 150 22 63 0 123 73 141 106 30
Binary 110011 1101000 10010 110011 0 1010011 111011 1100001 1000110 11000

Color Harmonies of #336812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336812

Black with #336812

Text Example


Text Example

White with #336812

Text Example


Text Example

HTML Codes & Css Web 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>