#395A3D

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

Shades of Hunter Green #395A3D

Tints of Hunter Green #395A3D

Color information

#395A3D (or 0x395A3D) is unknown color: approx Hunter Green. HEX triplet: 39, 5A and 3D. RGB value is (57,90,61). Sum of RGB (Red+Green+Blue) = 57+90+61=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 90 - color contains mainly: green. Hex color #395A3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395A3D is #C6A5C2. Grayscale: #4C4C4C. Windows color (decimal): -13018563 or 4020793. OLE color: 4020793.

HSL color Cylindrical-coordinate representation of color #395A3D: hue angle of 127.27º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #395A3D is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB579061-
CMYK0.3700.320.65
HSL127.27º22.45%28.82%-
HSV(B)127.27º36.67%35.29%-
XYZ6.198.525.73-
YUV76.83119.07113.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.40%
GREEN value IS 90 (35.55% from 255) = 43.27%
BLUE value IS 61 (24.22% from 255) = 29.33%
R=27.40%
G=43.27%
B=29.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5790610.3700.320.65127.2722.4528.82
Hex395A3D25020417f161d
Octal7113275450401011772635
Binary11100110110101111011001010100000100000111111111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,90,61); }

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

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

 a { background-color: rgb(57,90,61); }

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

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

 span { border-color: rgb(57,90,61); }

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