Html Css Color HEX #395D3A Hunter Green

📋 copy color: '#395D3A'

red 57 ◦ green 93 ◦ blue 58

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

Shades of Hunter Green #395D3A

Tints of Hunter Green #395D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 27.88%

R = 27.4%
G = 44.71%
B = 27.88%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.38

 K value IS 0.64

RGB Variations

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

Color information

#395D3A (or 0x395D3A) is known color: Hunter Green. HEX triplet: 39, 5D and 3A. RGB value is (57,93,58). Sum of RGB (Red+Green+Blue) = 57+93+58=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 93 (36.72% from 255 or 44.71% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 93 - color contains mainly: green. Hex color #395D3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395D3A is #C6A2C5. Grayscale: #4E4E4E. Windows color (decimal): -13017798 or 3824953. OLE color: 3824953.

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

Color convert

RGB 57 93 58 -
CMYK 0.39 0 0.38 0.64
HSL 121.67º 0.24% 0.29% -
HSV(B) 121.67º 0.39% 0.36% -
XYZ 6.37 9 5.41 -
YUV 78.25 116.57 112.85 -
System Red Green Blue C M Y K H S L
Decimal 57 93 58 0.39 0 0.38 0.64 121.67 0.24 0.29
Hex 39 5D 3A 27 0 26 40 7A 18 1D
Octal 71 135 72 47 0 46 100 172 30 35
Binary 111001 1011101 111010 100111 0 100110 1000000 1111010 11000 11101

Color Harmonies of #395D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395D3A

Black with #395D3A

Text Example


Text Example

White with #395D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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