Html Css Color HEX #377222 Bilbao

📋 copy color: '#377222'

red 55 ◦ green 114 ◦ blue 34

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

Shades of Bilbao #377222

Tints of Bilbao #377222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.75%

R = 27.09%
G = 56.16%
B = 16.75%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#377222 (or 0x377222) is known color: Bilbao. HEX triplet: 37, 72 and 22. RGB value is (55,114,34). Sum of RGB (Red+Green+Blue) = 55+114+34=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 114 (44.92% from 255 or 56.16% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 114 - color contains mainly: green. Hex color #377222 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377222 is #C88DDD. Grayscale: #575757. Windows color (decimal): -13143518 or 2257463. OLE color: 2257463.

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

Color convert

RGB 55 114 34 -
CMYK 0.52 0 0.70 0.55
HSL 104.25º 0.54% 0.29% -
HSV(B) 104.25º 0.7% 0.45% -
XYZ 7.88 12.96 3.6 -
YUV 87.24 97.95 105 -
System Red Green Blue C M Y K H S L
Decimal 55 114 34 0.52 0 0.70 0.55 104.25 0.54 0.29
Hex 37 72 22 34 0 46 37 68 36 1D
Octal 67 162 42 64 0 106 67 150 66 35
Binary 110111 1110010 100010 110100 0 1000110 110111 1101000 110110 11101

Color Harmonies of #377222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377222

Black with #377222

Text Example


Text Example

White with #377222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377222; }

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

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

background-color css

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

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

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

border-color css

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

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

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