Html Css Color HEX #395C40 Hunter Green

📋 copy color: '#395C40'

red 57 ◦ green 92 ◦ blue 64

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

Shades of Hunter Green #395C40

Tints of Hunter Green #395C40

RGB

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

 GREEN value IS 92 (36.33% from 255) = 43.19%

 BLUE value IS 64 (25.39% from 255) = 30.05%

R = 26.76%
G = 43.19%
B = 30.05%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#395C40 (or 0x395C40) is known color: Hunter Green. HEX triplet: 39, 5C and 40. RGB value is (57,92,64). Sum of RGB (Red+Green+Blue) = 57+92+64=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 92 (36.33% from 255 or 43.19% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 92 - color contains mainly: green. Hex color #395C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395C40 is #C6A3BF. Grayscale: #4E4E4E. Windows color (decimal): -13018048 or 4217913. OLE color: 4217913.

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

Color convert

RGB 57 92 64 -
CMYK 0.38 0 0.30 0.64
HSL 132º 0.23% 0.29% -
HSV(B) 132º 0.38% 0.36% -
XYZ 6.44 8.89 6.23 -
YUV 78.34 119.9 112.78 -
System Red Green Blue C M Y K H S L
Decimal 57 92 64 0.38 0 0.30 0.64 132 0.23 0.29
Hex 39 5C 40 26 0 1E 40 84 17 1D
Octal 71 134 100 46 0 36 100 204 27 35
Binary 111001 1011100 1000000 100110 0 11110 1000000 10000100 10111 11101

Color Harmonies of #395C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395C40

Black with #395C40

Text Example


Text Example

White with #395C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,92,64); }

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

background-color css

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

 a { background-color: rgb(57,92,64); }

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

border-color css

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

 span { border-color: rgb(57,92,64); }

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