Html Css Color HEX #337112 Bilbao

📋 copy color: '#337112'

red 51 ◦ green 113 ◦ blue 18

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

Shades of Bilbao #337112

Tints of Bilbao #337112

RGB

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

 GREEN value IS 113 (44.53% from 255) = 62.09%

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

R = 28.02%
G = 62.09%
B = 9.89%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#337112 (or 0x337112) is known color: Bilbao. HEX triplet: 33, 71 and 12. RGB value is (51,113,18). Sum of RGB (Red+Green+Blue) = 51+113+18=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 113 (44.53% from 255 or 62.09% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 113 - color contains mainly: green. Hex color #337112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337112 is #CC8EED. Grayscale: #535353. Windows color (decimal): -13405934 or 1208627. OLE color: 1208627.

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

Color convert

RGB 51 113 18 -
CMYK 0.55 0 0.84 0.56
HSL 99.16º 0.73% 0.26% -
HSV(B) 99.16º 0.84% 0.44% -
XYZ 7.38 12.56 2.61 -
YUV 83.63 90.96 104.72 -
System Red Green Blue C M Y K H S L
Decimal 51 113 18 0.55 0 0.84 0.56 99.16 0.73 0.26
Hex 33 71 12 37 0 54 38 63 49 1A
Octal 63 161 22 67 0 124 70 143 111 32
Binary 110011 1110001 10010 110111 0 1010100 111000 1100011 1001001 11010

Color Harmonies of #337112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337112

Black with #337112

Text Example


Text Example

White with #337112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337112; }

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

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

background-color css

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

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

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

border-color css

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

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

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