Html Css Color HEX #376D1C Bilbao

📋 copy color: '#376D1C'

red 55 ◦ green 109 ◦ blue 28

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

Shades of Bilbao #376D1C

Tints of Bilbao #376D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.58%

R = 28.65%
G = 56.77%
B = 14.58%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.74

 K value IS 0.57

RGB Variations

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

Color information

#376D1C (or 0x376D1C) is known color: Bilbao. HEX triplet: 37, 6D and 1C. RGB value is (55,109,28). Sum of RGB (Red+Green+Blue) = 55+109+28=192 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.65% from 192); Green value is 109 (42.97% from 255 or 56.77% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 109 - color contains mainly: green. Hex color #376D1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376D1C is #C892E3. Grayscale: #535353. Windows color (decimal): -13144804 or 1862967. OLE color: 1862967.

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

Color convert

RGB 55 109 28 -
CMYK 0.50 0 0.74 0.57
HSL 100º 0.59% 0.27% -
HSV(B) 100º 0.74% 0.43% -
XYZ 7.25 11.83 3 -
YUV 83.62 96.61 107.59 -
System Red Green Blue C M Y K H S L
Decimal 55 109 28 0.50 0 0.74 0.57 100 0.59 0.27
Hex 37 6D 1C 32 0 4A 39 64 3B 1B
Octal 67 155 34 62 0 112 71 144 73 33
Binary 110111 1101101 11100 110010 0 1001010 111001 1100100 111011 11011

Color Harmonies of #376D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376D1C

Black with #376D1C

Text Example


Text Example

White with #376D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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