#395C41

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

Shades of Hunter Green #395C41

Tints of Hunter Green #395C41

Color information

#395C41 (or 0x395C41) is unknown color: approx Hunter Green. HEX triplet: 39, 5C and 41. RGB value is (57,92,65). Sum of RGB (Red+Green+Blue) = 57+92+65=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 92 (36.33% from 255 or 42.99% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 92 - color contains mainly: green. Hex color #395C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395C41 is #C6A3BE. Grayscale: #4E4E4E. Windows color (decimal): -13018047 or 4283449. OLE color: 4283449.

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

Color convert

RGB579265-
CMYK0.3800.290.64
HSL133.71º23.49%29.22%-
HSV(B)133.71º38.04%36.08%-
XYZ6.478.916.38-
YUV78.46120.4112.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.64%
GREEN value IS 92 (36.33% from 255) = 42.99%
BLUE value IS 65 (25.78% from 255) = 30.37%
R=26.64%
G=42.99%
B=30.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5792650.3800.290.64133.7123.4929.22
Hex395C412601D4086171d
Octal71134101460351002062735
Binary111001101110010000011001100111011000000100001101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #395C41;
 }
 .AnyTagClassName
 {
   color: #395C41;
 }
</style>
background-color css

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

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

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

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

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

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