Html Css Color HEX #395F3E Hunter Green

📋 copy color: '#395F3E'

red 57 ◦ green 95 ◦ blue 62

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

Shades of Hunter Green #395F3E

Tints of Hunter Green #395F3E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 44.39%

 BLUE value IS 62 (24.61% from 255) = 28.97%

R = 26.64%
G = 44.39%
B = 28.97%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.35

 K value IS 0.63

RGB Variations

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

Color information

#395F3E (or 0x395F3E) is known color: Hunter Green. HEX triplet: 39, 5F and 3E. RGB value is (57,95,62). Sum of RGB (Red+Green+Blue) = 57+95+62=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 95 (37.5% from 255 or 44.39% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 95 - color contains mainly: green. Hex color #395F3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395F3E is #C6A0C1. Grayscale: #4F4F4F. Windows color (decimal): -13017282 or 4087609. OLE color: 4087609.

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

Color convert

RGB 57 95 62 -
CMYK 0.40 0 0.35 0.63
HSL 127.89º 0.25% 0.3% -
HSV(B) 127.89º 0.4% 0.37% -
XYZ 6.65 9.4 6.02 -
YUV 79.88 117.91 111.68 -
System Red Green Blue C M Y K H S L
Decimal 57 95 62 0.40 0 0.35 0.63 127.89 0.25 0.3
Hex 39 5F 3E 28 0 23 3F 80 19 1E
Octal 71 137 76 50 0 43 77 200 31 36
Binary 111001 1011111 111110 101000 0 100011 111111 10000000 11001 11110

Color Harmonies of #395F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395F3E

Black with #395F3E

Text Example


Text Example

White with #395F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,95,62); }

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

background-color css

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

 a { background-color: rgb(57,95,62); }

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

border-color css

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

 span { border-color: rgb(57,95,62); }

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