Html Css Color HEX #377008 Bilbao

📋 copy color: '#377008'

red 55 ◦ green 112 ◦ blue 8

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

Shades of Bilbao #377008

Tints of Bilbao #377008

RGB

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

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

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

R = 31.43%
G = 64%
B = 4.57%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#377008 (or 0x377008) is known color: Bilbao. HEX triplet: 37, 70 and 08. RGB value is (55,112,8). Sum of RGB (Red+Green+Blue) = 55+112+8=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 112 (44.14% from 255 or 64% from 175); Blue value is 8 (3.52% from 255 or 4.57% from 175); Max value from RGB is 112 - color contains mainly: green. Hex color #377008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377008 is #C88FF7. Grayscale: #535353. Windows color (decimal): -13144056 or 553015. OLE color: 553015.

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

Color convert

RGB 55 112 8 -
CMYK 0.51 0 0.93 0.56
HSL 92.88º 0.87% 0.24% -
HSV(B) 92.88º 0.93% 0.44% -
XYZ 7.41 12.42 2.24 -
YUV 83.1 85.62 107.96 -
System Red Green Blue C M Y K H S L
Decimal 55 112 8 0.51 0 0.93 0.56 92.88 0.87 0.24
Hex 37 70 8 33 0 5D 38 5D 57 18
Octal 67 160 10 63 0 135 70 135 127 30
Binary 110111 1110000 1000 110011 0 1011101 111000 1011101 1010111 11000

Color Harmonies of #377008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377008

Black with #377008

Text Example


Text Example

White with #377008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377008; }

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

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

background-color css

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

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

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

border-color css

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

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

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