Html Css Color HEX #377211 Bilbao

📋 copy color: '#377211'

red 55 ◦ green 114 ◦ blue 17

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

Shades of Bilbao #377211

Tints of Bilbao #377211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.14%

R = 29.57%
G = 61.29%
B = 9.14%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#377211 (or 0x377211) is known color: Bilbao. HEX triplet: 37, 72 and 11. RGB value is (55,114,17). Sum of RGB (Red+Green+Blue) = 55+114+17=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 114 (44.92% from 255 or 61.29% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 114 - color contains mainly: green. Hex color #377211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377211 is #C88DEE. Grayscale: #555555. Windows color (decimal): -13143535 or 1143351. OLE color: 1143351.

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

Color convert

RGB 55 114 17 -
CMYK 0.52 0 0.85 0.55
HSL 96.49º 0.74% 0.26% -
HSV(B) 96.49º 0.85% 0.45% -
XYZ 7.69 12.89 2.61 -
YUV 85.3 89.45 106.39 -
System Red Green Blue C M Y K H S L
Decimal 55 114 17 0.52 0 0.85 0.55 96.49 0.74 0.26
Hex 37 72 11 34 0 55 37 60 4A 1A
Octal 67 162 21 64 0 125 67 140 112 32
Binary 110111 1110010 10001 110100 0 1010101 110111 1100000 1001010 11010

Color Harmonies of #377211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377211

Black with #377211

Text Example


Text Example

White with #377211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377211; }

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

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

background-color css

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

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

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

border-color css

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

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

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