Html Css Color HEX #377208 Bilbao

📋 copy color: '#377208'

red 55 ◦ green 114 ◦ blue 8

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

Shades of Bilbao #377208

Tints of Bilbao #377208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.52%

R = 31.07%
G = 64.41%
B = 4.52%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#377208 (or 0x377208) is known color: Bilbao. HEX triplet: 37, 72 and 08. RGB value is (55,114,8). Sum of RGB (Red+Green+Blue) = 55+114+8=177 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.07% from 177); Green value is 114 (44.92% from 255 or 64.41% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 114 - color contains mainly: green. Hex color #377208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377208 is #C88DF7. Grayscale: #545454. Windows color (decimal): -13143544 or 553527. OLE color: 553527.

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

Color convert

RGB 55 114 8 -
CMYK 0.52 0 0.93 0.55
HSL 93.4º 0.87% 0.24% -
HSV(B) 93.4º 0.93% 0.45% -
XYZ 7.64 12.86 2.31 -
YUV 84.28 84.95 107.12 -
System Red Green Blue C M Y K H S L
Decimal 55 114 8 0.52 0 0.93 0.55 93.4 0.87 0.24
Hex 37 72 8 34 0 5D 37 5D 57 18
Octal 67 162 10 64 0 135 67 135 127 30
Binary 110111 1110010 1000 110100 0 1011101 110111 1011101 1010111 11000

Color Harmonies of #377208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377208

Black with #377208

Text Example


Text Example

White with #377208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377208; }

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

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

background-color css

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

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

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

border-color css

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

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

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