Html Css Color HEX #395D41 Hunter Green

📋 copy color: '#395D41'

red 57 ◦ green 93 ◦ blue 65

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

Shades of Hunter Green #395D41

Tints of Hunter Green #395D41

RGB

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

 GREEN value IS 93 (36.72% from 255) = 43.26%

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

R = 26.51%
G = 43.26%
B = 30.23%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#395D41 (or 0x395D41) is known color: Hunter Green. HEX triplet: 39, 5D and 41. RGB value is (57,93,65). Sum of RGB (Red+Green+Blue) = 57+93+65=215 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.51% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 93 - color contains mainly: green. Hex color #395D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395D41 is #C6A2BE. Grayscale: #4F4F4F. Windows color (decimal): -13017791 or 4283705. OLE color: 4283705.

HSL color Cylindrical-coordinate representation of color #395D41: hue angle of 133.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #395D41 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 93 65 -
CMYK 0.39 0 0.30 0.64
HSL 133.33º 0.24% 0.29% -
HSV(B) 133.33º 0.39% 0.36% -
XYZ 6.56 9.08 6.41 -
YUV 79.04 120.07 112.28 -
System Red Green Blue C M Y K H S L
Decimal 57 93 65 0.39 0 0.30 0.64 133.33 0.24 0.29
Hex 39 5D 41 27 0 1E 40 85 18 1D
Octal 71 135 101 47 0 36 100 205 30 35
Binary 111001 1011101 1000001 100111 0 11110 1000000 10000101 11000 11101

Color Harmonies of #395D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395D41

Black with #395D41

Text Example


Text Example

White with #395D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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