Html Css Color HEX #337213 Bilbao

📋 copy color: '#337213'

red 51 ◦ green 114 ◦ blue 19

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

Shades of Bilbao #337213

Tints of Bilbao #337213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.33%

R = 27.72%
G = 61.96%
B = 10.33%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#337213 (or 0x337213) is known color: Bilbao. HEX triplet: 33, 72 and 13. RGB value is (51,114,19). Sum of RGB (Red+Green+Blue) = 51+114+19=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 114 (44.92% from 255 or 61.96% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 114 - color contains mainly: green. Hex color #337213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337213 is #CC8DEC. Grayscale: #545454. Windows color (decimal): -13405677 or 1274419. OLE color: 1274419.

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

Color convert

RGB 51 114 19 -
CMYK 0.55 0 0.83 0.55
HSL 99.79º 0.71% 0.26% -
HSV(B) 99.79º 0.83% 0.45% -
XYZ 7.5 12.79 2.69 -
YUV 84.33 91.13 104.22 -
System Red Green Blue C M Y K H S L
Decimal 51 114 19 0.55 0 0.83 0.55 99.79 0.71 0.26
Hex 33 72 13 37 0 53 37 64 47 1A
Octal 63 162 23 67 0 123 67 144 107 32
Binary 110011 1110010 10011 110111 0 1010011 110111 1100100 1000111 11010

Color Harmonies of #337213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337213

Black with #337213

Text Example


Text Example

White with #337213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337213; }

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

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

background-color css

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

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

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

border-color css

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

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

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