Html Css Color HEX #377019 Bilbao

📋 copy color: '#377019'

red 55 ◦ green 112 ◦ blue 25

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

Shades of Bilbao #377019

Tints of Bilbao #377019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.02%

R = 28.65%
G = 58.33%
B = 13.02%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#377019 (or 0x377019) is known color: Bilbao. HEX triplet: 37, 70 and 19. RGB value is (55,112,25). Sum of RGB (Red+Green+Blue) = 55+112+25=192 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.65% from 192); Green value is 112 (44.14% from 255 or 58.33% from 192); Blue value is 25 (10.16% from 255 or 13.02% from 192); Max value from RGB is 112 - color contains mainly: green. Hex color #377019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377019 is #C88FE6. Grayscale: #555555. Windows color (decimal): -13144039 or 1667127. OLE color: 1667127.

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

Color convert

RGB 55 112 25 -
CMYK 0.51 0 0.78 0.56
HSL 99.31º 0.64% 0.27% -
HSV(B) 99.31º 0.78% 0.44% -
XYZ 7.55 12.47 2.93 -
YUV 85.04 94.12 106.57 -
System Red Green Blue C M Y K H S L
Decimal 55 112 25 0.51 0 0.78 0.56 99.31 0.64 0.27
Hex 37 70 19 33 0 4E 38 63 40 1B
Octal 67 160 31 63 0 116 70 143 100 33
Binary 110111 1110000 11001 110011 0 1001110 111000 1100011 1000000 11011

Color Harmonies of #377019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377019

Black with #377019

Text Example


Text Example

White with #377019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377019; }

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

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

background-color css

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

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

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

border-color css

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

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

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