#3D5A40

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

Shades of Hunter Green #3D5A40

Tints of Hunter Green #3D5A40

Color information

#3D5A40 (or 0x3D5A40) is unknown color: approx Hunter Green. HEX triplet: 3D, 5A and 40. RGB value is (61,90,64). Sum of RGB (Red+Green+Blue) = 61+90+64=215 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.37% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 90 - color contains mainly: green. Hex color #3D5A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5A40 is #C2A5BF. Grayscale: #4E4E4E. Windows color (decimal): -12756416 or 4217405. OLE color: 4217405.

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

Color convert

RGB619064-
CMYK0.3200.290.65
HSL126.21º19.21%29.61%-
HSV(B)126.21º32.22%35.29%-
XYZ6.518.676.18-
YUV78.37119.89115.61-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.37%
GREEN value IS 90 (35.55% from 255) = 41.86%
BLUE value IS 64 (25.39% from 255) = 29.77%
R=28.37%
G=41.86%
B=29.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6190640.3200.290.65126.2119.2129.61
Hex3D5A402001D417e131e
Octal75132100400351011762336
Binary11110110110101000000100000011101100000111111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D5A40; }

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

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

<style>
 a { background-color: #3D5A40; }

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

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

<style>
 span { border-color: #3D5A40; }

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

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