Html Css Color HEX #376918 Bilbao

📋 copy color: '#376918'

red 55 ◦ green 105 ◦ blue 24

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

Shades of Bilbao #376918

Tints of Bilbao #376918

RGB

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

 GREEN value IS 105 (41.41% from 255) = 57.07%

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

R = 29.89%
G = 57.07%
B = 13.04%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#376918 (or 0x376918) is known color: Bilbao. HEX triplet: 37, 69 and 18. RGB value is (55,105,24). Sum of RGB (Red+Green+Blue) = 55+105+24=184 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.89% from 184); Green value is 105 (41.41% from 255 or 57.07% from 184); Blue value is 24 (9.77% from 255 or 13.04% from 184); Max value from RGB is 105 - color contains mainly: green. Hex color #376918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376918 is #C896E7. Grayscale: #515151. Windows color (decimal): -13145832 or 1599799. OLE color: 1599799.

HSL color Cylindrical-coordinate representation of color #376918: hue angle of 97.04º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #376918 is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 105 24 -
CMYK 0.48 0 0.77 0.59
HSL 97.04º 0.63% 0.25% -
HSV(B) 97.04º 0.77% 0.41% -
XYZ 6.79 10.98 2.63 -
YUV 80.82 95.94 109.59 -
System Red Green Blue C M Y K H S L
Decimal 55 105 24 0.48 0 0.77 0.59 97.04 0.63 0.25
Hex 37 69 18 30 0 4D 3B 61 3F 19
Octal 67 151 30 60 0 115 73 141 77 31
Binary 110111 1101001 11000 110000 0 1001101 111011 1100001 111111 11001

Color Harmonies of #376918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376918

Black with #376918

Text Example


Text Example

White with #376918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376918; }

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

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

background-color css

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

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

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

border-color css

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

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

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