Html Css Color HEX #376041 Hunter Green

📋 copy color: '#376041'

red 55 ◦ green 96 ◦ blue 65

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

Shades of Hunter Green #376041

Tints of Hunter Green #376041

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.44%

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

R = 25.46%
G = 44.44%
B = 30.09%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#376041 (or 0x376041) is known color: Hunter Green. HEX triplet: 37, 60 and 41. RGB value is (55,96,65). Sum of RGB (Red+Green+Blue) = 55+96+65=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 96 - color contains mainly: green. Hex color #376041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376041 is #C89FBE. Grayscale: #505050. Windows color (decimal): -13148095 or 4284471. OLE color: 4284471.

HSL color Cylindrical-coordinate representation of color #376041: hue angle of 134.63º degrees, saturation: 0.27, 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 #376041 is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 96 65 -
CMYK 0.43 0 0.32 0.62
HSL 134.63º 0.27% 0.3% -
HSV(B) 134.63º 0.43% 0.38% -
XYZ 6.71 9.56 6.49 -
YUV 80.21 119.42 110.02 -
System Red Green Blue C M Y K H S L
Decimal 55 96 65 0.43 0 0.32 0.62 134.63 0.27 0.3
Hex 37 60 41 2B 0 20 3E 87 1B 1E
Octal 67 140 101 53 0 40 76 207 33 36
Binary 110111 1100000 1000001 101011 0 100000 111110 10000111 11011 11110

Color Harmonies of #376041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376041

Black with #376041

Text Example


Text Example

White with #376041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376041; }

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

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

background-color css

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

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

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

border-color css

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

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

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