#395C40

Color #395C40 Hunter Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hunter Green #395C40

Tints of Hunter Green #395C40

Color information

#395C40 (or 0x395C40) is unknown color: approx 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

RGB579264-
CMYK0.3800.300.64
HSL132º23.49%29.22%-
HSV(B)132º38.04%36.08%-
XYZ6.448.896.23-
YUV78.34119.9112.78-

RGB Variations

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

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 (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5792640.3800.300.6413223.4929.22
Hex395C402601E4084171d
Octal71134100460361002042735
Binary111001101110010000001001100111101000000100001001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>