#3D5640

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

Shades of Hunter Green #3D5640

Tints of Hunter Green #3D5640

Color information

#3D5640 (or 0x3D5640) is unknown color: approx Hunter Green. HEX triplet: 3D, 56 and 40. RGB value is (61,86,64). Sum of RGB (Red+Green+Blue) = 61+86+64=211 (27% of max value = 765). Red value is 61 (24.22% from 255 or 28.91% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 86 - color contains mainly: green. Hex color #3D5640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5640 is #C2A9BF. Grayscale: #4C4C4C. Windows color (decimal): -12757440 or 4216381. OLE color: 4216381.

HSL color Cylindrical-coordinate representation of color #3D5640: hue angle of 127.2º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3D5640 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB618664-
CMYK0.2900.260.66
HSL127.2º17.01%28.82%-
HSV(B)127.2º29.07%33.73%-
XYZ6.188.026.07-
YUV76.02121.22117.29-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.91%
GREEN value IS 86 (33.98% from 255) = 40.76%
BLUE value IS 64 (25.39% from 255) = 30.33%
R=28.91%
G=40.76%
B=30.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6186640.2900.260.66127.217.0128.82
Hex3D56401D01A427f111d
Octal75126100350321021772135
Binary1111011010110100000011101011010100001011111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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