Html Css Color HEX #337220 Bilbao

📋 copy color: '#337220'

red 51 ◦ green 114 ◦ blue 32

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

Shades of Bilbao #337220

Tints of Bilbao #337220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.24%

R = 25.89%
G = 57.87%
B = 16.24%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#337220 (or 0x337220) is known color: Bilbao. HEX triplet: 33, 72 and 20. RGB value is (51,114,32). Sum of RGB (Red+Green+Blue) = 51+114+32=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 114 (44.92% from 255 or 57.87% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 114 - color contains mainly: green. Hex color #337220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337220 is #CC8DDF. Grayscale: #565656. Windows color (decimal): -13405664 or 2126387. OLE color: 2126387.

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

Color convert

RGB 51 114 32 -
CMYK 0.55 0 0.72 0.55
HSL 106.1º 0.56% 0.29% -
HSV(B) 106.1º 0.72% 0.45% -
XYZ 7.64 12.84 3.44 -
YUV 85.82 97.63 103.17 -
System Red Green Blue C M Y K H S L
Decimal 51 114 32 0.55 0 0.72 0.55 106.1 0.56 0.29
Hex 33 72 20 37 0 48 37 6A 38 1D
Octal 63 162 40 67 0 110 67 152 70 35
Binary 110011 1110010 100000 110111 0 1001000 110111 1101010 111000 11101

Color Harmonies of #337220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337220

Black with #337220

Text Example


Text Example

White with #337220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337220; }

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

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

background-color css

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

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

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

border-color css

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

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

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