Html Css Color HEX #376D1E Bilbao

📋 copy color: '#376D1E'

red 55 ◦ green 109 ◦ blue 30

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

Shades of Bilbao #376D1E

Tints of Bilbao #376D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.46%

R = 28.35%
G = 56.19%
B = 15.46%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#376D1E (or 0x376D1E) is known color: Bilbao. HEX triplet: 37, 6D and 1E. RGB value is (55,109,30). Sum of RGB (Red+Green+Blue) = 55+109+30=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 109 (42.97% from 255 or 56.19% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 109 - color contains mainly: green. Hex color #376D1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376D1E is #C892E1. Grayscale: #545454. Windows color (decimal): -13144802 or 1994039. OLE color: 1994039.

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

Color convert

RGB 55 109 30 -
CMYK 0.50 0 0.72 0.57
HSL 101.01º 0.57% 0.27% -
HSV(B) 101.01º 0.72% 0.43% -
XYZ 7.28 11.84 3.13 -
YUV 83.85 97.61 107.42 -
System Red Green Blue C M Y K H S L
Decimal 55 109 30 0.50 0 0.72 0.57 101.01 0.57 0.27
Hex 37 6D 1E 32 0 48 39 65 39 1B
Octal 67 155 36 62 0 110 71 145 71 33
Binary 110111 1101101 11110 110010 0 1001000 111001 1100101 111001 11011

Color Harmonies of #376D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376D1E

Black with #376D1E

Text Example


Text Example

White with #376D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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