#3D5840

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

Shades of Hunter Green #3D5840

Tints of Hunter Green #3D5840

Color information

#3D5840 (or 0x3D5840) is unknown color: approx Hunter Green. HEX triplet: 3D, 58 and 40. RGB value is (61,88,64). Sum of RGB (Red+Green+Blue) = 61+88+64=213 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.64% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 88 - color contains mainly: green. Hex color #3D5840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5840 is #C2A7BF. Grayscale: #4D4D4D. Windows color (decimal): -12756928 or 4216893. OLE color: 4216893.

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

Color convert

RGB618864-
CMYK0.3100.270.65
HSL126.67º18.12%29.22%-
HSV(B)126.67º30.68%34.51%-
XYZ6.348.346.13-
YUV77.19120.55116.45-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.64%
GREEN value IS 88 (34.77% from 255) = 41.31%
BLUE value IS 64 (25.39% from 255) = 30.05%
R=28.64%
G=41.31%
B=30.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6188640.3100.270.65126.6718.1229.22
Hex3D58401F01B417f121d
Octal75130100370331011772235
Binary1111011011000100000011111011011100000111111111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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