Html Css Color HEX #376F18 Bilbao

📋 copy color: '#376F18'

red 55 ◦ green 111 ◦ blue 24

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

Shades of Bilbao #376F18

Tints of Bilbao #376F18

RGB

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

 GREEN value IS 111 (43.75% from 255) = 58.42%

 BLUE value IS 24 (9.77% from 255) = 12.63%

R = 28.95%
G = 58.42%
B = 12.63%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#376F18 (or 0x376F18) is known color: Bilbao. HEX triplet: 37, 6F and 18. RGB value is (55,111,24). Sum of RGB (Red+Green+Blue) = 55+111+24=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 111 (43.75% from 255 or 58.42% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 111 - color contains mainly: green. Hex color #376F18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376F18 is #C890E7. Grayscale: #545454. Windows color (decimal): -13144296 or 1601335. OLE color: 1601335.

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

Color convert

RGB 55 111 24 -
CMYK 0.50 0 0.78 0.56
HSL 98.62º 0.64% 0.26% -
HSV(B) 98.62º 0.78% 0.44% -
XYZ 7.42 12.25 2.84 -
YUV 84.34 93.95 107.07 -
System Red Green Blue C M Y K H S L
Decimal 55 111 24 0.50 0 0.78 0.56 98.62 0.64 0.26
Hex 37 6F 18 32 0 4E 38 63 40 1A
Octal 67 157 30 62 0 116 70 143 100 32
Binary 110111 1101111 11000 110010 0 1001110 111000 1100011 1000000 11010

Color Harmonies of #376F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376F18

Black with #376F18

Text Example


Text Example

White with #376F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376F18; }

 p { color: rgb(55,111,24); }

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

background-color css

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

 a { background-color: rgb(55,111,24); }

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

border-color css

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

 span { border-color: rgb(55,111,24); }

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