Html Css Color HEX #395E41 Hunter Green

📋 copy color: '#395E41'

red 57 ◦ green 94 ◦ blue 65

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

Shades of Hunter Green #395E41

Tints of Hunter Green #395E41

RGB

 RED value IS 57 (22.66% from 255) = 26.39%

 GREEN value IS 94 (37.11% from 255) = 43.52%

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

R = 26.39%
G = 43.52%
B = 30.09%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.31

 K value IS 0.63

RGB Variations

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

Color information

#395E41 (or 0x395E41) is known color: Hunter Green. HEX triplet: 39, 5E and 41. RGB value is (57,94,65). Sum of RGB (Red+Green+Blue) = 57+94+65=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 94 (37.11% from 255 or 43.52% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 94 - color contains mainly: green. Hex color #395E41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395E41 is #C6A1BE. Grayscale: #4F4F4F. Windows color (decimal): -13017535 or 4283961. OLE color: 4283961.

HSL color Cylindrical-coordinate representation of color #395E41: hue angle of 132.97º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #395E41 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.63.

Color convert

RGB 57 94 65 -
CMYK 0.39 0 0.31 0.63
HSL 132.97º 0.25% 0.3% -
HSV(B) 132.97º 0.39% 0.37% -
XYZ 6.64 9.26 6.44 -
YUV 79.63 119.74 111.86 -
System Red Green Blue C M Y K H S L
Decimal 57 94 65 0.39 0 0.31 0.63 132.97 0.25 0.3
Hex 39 5E 41 27 0 1F 3F 85 19 1E
Octal 71 136 101 47 0 37 77 205 31 36
Binary 111001 1011110 1000001 100111 0 11111 111111 10000101 11001 11110

Color Harmonies of #395E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395E41

Black with #395E41

Text Example


Text Example

White with #395E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395E41; }

 p { color: rgb(57,94,65); }

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

background-color css

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

 a { background-color: rgb(57,94,65); }

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

border-color css

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

 span { border-color: rgb(57,94,65); }

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