Html Css Color HEX #376141 Hunter Green

📋 copy color: '#376141'

red 55 ◦ green 97 ◦ blue 65

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

Shades of Hunter Green #376141

Tints of Hunter Green #376141

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.7%

 BLUE value IS 65 (25.78% from 255) = 29.95%

R = 25.35%
G = 44.7%
B = 29.95%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#376141 (or 0x376141) is known color: Hunter Green. HEX triplet: 37, 61 and 41. RGB value is (55,97,65). Sum of RGB (Red+Green+Blue) = 55+97+65=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 97 - color contains mainly: green. Hex color #376141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376141 is #C89EBE. Grayscale: #505050. Windows color (decimal): -13147839 or 4284727. OLE color: 4284727.

HSL color Cylindrical-coordinate representation of color #376141: hue angle of 134.29º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #376141 is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 97 65 -
CMYK 0.43 0 0.33 0.62
HSL 134.29º 0.28% 0.3% -
HSV(B) 134.29º 0.43% 0.38% -
XYZ 6.8 9.74 6.52 -
YUV 80.79 119.09 109.6 -
System Red Green Blue C M Y K H S L
Decimal 55 97 65 0.43 0 0.33 0.62 134.29 0.28 0.3
Hex 37 61 41 2B 0 21 3E 86 1C 1E
Octal 67 141 101 53 0 41 76 206 34 36
Binary 110111 1100001 1000001 101011 0 100001 111110 10000110 11100 11110

Color Harmonies of #376141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376141

Black with #376141

Text Example


Text Example

White with #376141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376141; }

 p { color: rgb(55,97,65); }

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

background-color css

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

 a { background-color: rgb(55,97,65); }

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

border-color css

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

 span { border-color: rgb(55,97,65); }

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