Html Css Color HEX #377024 Bilbao

📋 copy color: '#377024'

red 55 ◦ green 112 ◦ blue 36

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

Shades of Bilbao #377024

Tints of Bilbao #377024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 17.73%

R = 27.09%
G = 55.17%
B = 17.73%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#377024 (or 0x377024) is known color: Bilbao. HEX triplet: 37, 70 and 24. RGB value is (55,112,36). Sum of RGB (Red+Green+Blue) = 55+112+36=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 36 (14.45% from 255 or 17.73% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #377024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377024 is #C88FDB. Grayscale: #565656. Windows color (decimal): -13144028 or 2388023. OLE color: 2388023.

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

Color convert

RGB 55 112 36 -
CMYK 0.51 0 0.68 0.56
HSL 105º 0.51% 0.29% -
HSV(B) 105º 0.68% 0.44% -
XYZ 7.69 12.53 3.68 -
YUV 86.29 99.62 105.68 -
System Red Green Blue C M Y K H S L
Decimal 55 112 36 0.51 0 0.68 0.56 105 0.51 0.29
Hex 37 70 24 33 0 44 38 69 33 1D
Octal 67 160 44 63 0 104 70 151 63 35
Binary 110111 1110000 100100 110011 0 1000100 111000 1101001 110011 11101

Color Harmonies of #377024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377024

Black with #377024

Text Example


Text Example

White with #377024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377024; }

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

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

background-color css

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

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

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

border-color css

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

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

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