Html Css Color HEX #395D42 Hunter Green

📋 copy color: '#395D42'

red 57 ◦ green 93 ◦ blue 66

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

Shades of Hunter Green #395D42

Tints of Hunter Green #395D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 30.56%

R = 26.39%
G = 43.06%
B = 30.56%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.29

 K value IS 0.64

RGB Variations

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

Color information

#395D42 (or 0x395D42) is known color: Hunter Green. HEX triplet: 39, 5D and 42. RGB value is (57,93,66). Sum of RGB (Red+Green+Blue) = 57+93+66=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 93 (36.72% from 255 or 43.06% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 93 - color contains mainly: green. Hex color #395D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395D42 is #C6A2BD. Grayscale: #4F4F4F. Windows color (decimal): -13017790 or 4349241. OLE color: 4349241.

HSL color Cylindrical-coordinate representation of color #395D42: hue angle of 135º 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 #395D42 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 93 66 -
CMYK 0.39 0 0.29 0.64
HSL 135º 0.24% 0.29% -
HSV(B) 135º 0.39% 0.36% -
XYZ 6.59 9.09 6.56 -
YUV 79.16 120.57 112.2 -
System Red Green Blue C M Y K H S L
Decimal 57 93 66 0.39 0 0.29 0.64 135 0.24 0.29
Hex 39 5D 42 27 0 1D 40 87 18 1D
Octal 71 135 102 47 0 35 100 207 30 35
Binary 111001 1011101 1000010 100111 0 11101 1000000 10000111 11000 11101

Color Harmonies of #395D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395D42

Black with #395D42

Text Example


Text Example

White with #395D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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