Html Css Color HEX #377022 Bilbao

📋 copy color: '#377022'

red 55 ◦ green 112 ◦ blue 34

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

Shades of Bilbao #377022

Tints of Bilbao #377022

RGB

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

 GREEN value IS 112 (44.14% from 255) = 55.72%

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

R = 27.36%
G = 55.72%
B = 16.92%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#377022 (or 0x377022) is known color: Bilbao. HEX triplet: 37, 70 and 22. RGB value is (55,112,34). Sum of RGB (Red+Green+Blue) = 55+112+34=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 112 (44.14% from 255 or 55.72% from 201); Blue value is 34 (13.67% from 255 or 16.92% from 201); Max value from RGB is 112 - color contains mainly: green. Hex color #377022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377022 is #C88FDD. Grayscale: #565656. Windows color (decimal): -13144030 or 2256951. OLE color: 2256951.

HSL color Cylindrical-coordinate representation of color #377022: hue angle of 103.85º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #377022 is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 112 34 -
CMYK 0.51 0 0.70 0.56
HSL 103.85º 0.53% 0.29% -
HSV(B) 103.85º 0.7% 0.44% -
XYZ 7.66 12.52 3.53 -
YUV 86.07 98.62 105.84 -
System Red Green Blue C M Y K H S L
Decimal 55 112 34 0.51 0 0.70 0.56 103.85 0.53 0.29
Hex 37 70 22 33 0 46 38 68 35 1D
Octal 67 160 42 63 0 106 70 150 65 35
Binary 110111 1110000 100010 110011 0 1000110 111000 1101000 110101 11101

Color Harmonies of #377022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377022

Black with #377022

Text Example


Text Example

White with #377022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377022; }

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

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

background-color css

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

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

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

border-color css

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

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

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