Html Css Color HEX #377220 Bilbao

📋 copy color: '#377220'

red 55 ◦ green 114 ◦ blue 32

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

Shades of Bilbao #377220

Tints of Bilbao #377220

RGB

 RED value IS 55 (21.88% from 255) = 27.36%

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

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

R = 27.36%
G = 56.72%
B = 15.92%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#377220 (or 0x377220) is known color: Bilbao. HEX triplet: 37, 72 and 20. RGB value is (55,114,32). Sum of RGB (Red+Green+Blue) = 55+114+32=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 114 (44.92% from 255 or 56.72% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 114 - color contains mainly: green. Hex color #377220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377220 is #C88DDF. Grayscale: #575757. Windows color (decimal): -13143520 or 2126391. OLE color: 2126391.

HSL color Cylindrical-coordinate representation of color #377220: hue angle of 103.17º 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 #377220 is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 114 32 -
CMYK 0.52 0 0.72 0.55
HSL 103.17º 0.56% 0.29% -
HSV(B) 103.17º 0.72% 0.45% -
XYZ 7.85 12.95 3.45 -
YUV 87.01 96.95 105.17 -
System Red Green Blue C M Y K H S L
Decimal 55 114 32 0.52 0 0.72 0.55 103.17 0.56 0.29
Hex 37 72 20 34 0 48 37 67 38 1D
Octal 67 162 40 64 0 110 67 147 70 35
Binary 110111 1110010 100000 110100 0 1001000 110111 1100111 111000 11101

Color Harmonies of #377220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377220

Black with #377220

Text Example


Text Example

White with #377220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377220; }

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

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

background-color css

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

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

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

border-color css

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

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

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