Html Css Color HEX #376D12 Bilbao

📋 copy color: '#376D12'

red 55 ◦ green 109 ◦ blue 18

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

Shades of Bilbao #376D12

Tints of Bilbao #376D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.89%

R = 30.22%
G = 59.89%
B = 9.89%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.83

 K value IS 0.57

RGB Variations

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

Color information

#376D12 (or 0x376D12) is known color: Bilbao. HEX triplet: 37, 6D and 12. RGB value is (55,109,18). Sum of RGB (Red+Green+Blue) = 55+109+18=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 109 (42.97% from 255 or 59.89% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 109 - color contains mainly: green. Hex color #376D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376D12 is #C892ED. Grayscale: #525252. Windows color (decimal): -13144814 or 1207607. OLE color: 1207607.

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

Color convert

RGB 55 109 18 -
CMYK 0.50 0 0.83 0.57
HSL 95.6º 0.72% 0.25% -
HSV(B) 95.6º 0.83% 0.43% -
XYZ 7.15 11.79 2.47 -
YUV 82.48 91.61 108.4 -
System Red Green Blue C M Y K H S L
Decimal 55 109 18 0.50 0 0.83 0.57 95.6 0.72 0.25
Hex 37 6D 12 32 0 53 39 60 48 19
Octal 67 155 22 62 0 123 71 140 110 31
Binary 110111 1101101 10010 110010 0 1010011 111001 1100000 1001000 11001

Color Harmonies of #376D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376D12

Black with #376D12

Text Example


Text Example

White with #376D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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