Html Css Color HEX #337212 Bilbao

📋 copy color: '#337212'

red 51 ◦ green 114 ◦ blue 18

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

Shades of Bilbao #337212

Tints of Bilbao #337212

RGB

 RED value IS 51 (20.31% from 255) = 27.87%

 GREEN value IS 114 (44.92% from 255) = 62.3%

 BLUE value IS 18 (7.42% from 255) = 9.84%

R = 27.87%
G = 62.3%
B = 9.84%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#337212 (or 0x337212) is known color: Bilbao. HEX triplet: 33, 72 and 12. RGB value is (51,114,18). Sum of RGB (Red+Green+Blue) = 51+114+18=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 114 (44.92% from 255 or 62.30% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 114 - color contains mainly: green. Hex color #337212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337212 is #CC8DED. Grayscale: #545454. Windows color (decimal): -13405678 or 1208883. OLE color: 1208883.

HSL color Cylindrical-coordinate representation of color #337212: hue angle of 99.38º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #337212 is Cyan = 0.55, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 114 18 -
CMYK 0.55 0 0.84 0.55
HSL 99.38º 0.73% 0.26% -
HSV(B) 99.38º 0.84% 0.45% -
XYZ 7.49 12.78 2.64 -
YUV 84.22 90.63 104.31 -
System Red Green Blue C M Y K H S L
Decimal 51 114 18 0.55 0 0.84 0.55 99.38 0.73 0.26
Hex 33 72 12 37 0 54 37 63 49 1A
Octal 63 162 22 67 0 124 67 143 111 32
Binary 110011 1110010 10010 110111 0 1010100 110111 1100011 1001001 11010

Color Harmonies of #337212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337212

Black with #337212

Text Example


Text Example

White with #337212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337212; }

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

 H1.HeaderClassName
 {
   color: #337212;
 }
 .AnyTagClassName
 {
   color: #337212;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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