Html Css Color HEX #376D0F Bilbao

📋 copy color: '#376D0F'

red 55 ◦ green 109 ◦ blue 15

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

Shades of Bilbao #376D0F

Tints of Bilbao #376D0F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 60.89%

 BLUE value IS 15 (6.25% from 255) = 8.38%

R = 30.73%
G = 60.89%
B = 8.38%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.86

 K value IS 0.57

RGB Variations

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

Color information

#376D0F (or 0x376D0F) is known color: Bilbao. HEX triplet: 37, 6D and 0F. RGB value is (55,109,15). Sum of RGB (Red+Green+Blue) = 55+109+15=179 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.73% from 179); Green value is 109 (42.97% from 255 or 60.89% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 109 - color contains mainly: green. Hex color #376D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376D0F is #C892F0. Grayscale: #525252. Windows color (decimal): -13144817 or 1010999. OLE color: 1010999.

HSL color Cylindrical-coordinate representation of color #376D0F: hue angle of 94.47º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #376D0F is Cyan = 0.50, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.57.

Color convert

RGB 55 109 15 -
CMYK 0.50 0 0.86 0.57
HSL 94.47º 0.76% 0.24% -
HSV(B) 94.47º 0.86% 0.43% -
XYZ 7.13 11.78 2.35 -
YUV 82.14 90.11 108.64 -
System Red Green Blue C M Y K H S L
Decimal 55 109 15 0.50 0 0.86 0.57 94.47 0.76 0.24
Hex 37 6D F 32 0 56 39 5E 4C 18
Octal 67 155 17 62 0 126 71 136 114 30
Binary 110111 1101101 1111 110010 0 1010110 111001 1011110 1001100 11000

Color Harmonies of #376D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376D0F

Black with #376D0F

Text Example


Text Example

White with #376D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,109,15); }

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

background-color css

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

 a { background-color: rgb(55,109,15); }

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

border-color css

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

 span { border-color: rgb(55,109,15); }

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