#3D5340

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

Shades of Hunter Green #3D5340

Tints of Hunter Green #3D5340

Color information

#3D5340 (or 0x3D5340) is unknown color: approx Hunter Green. HEX triplet: 3D, 53 and 40. RGB value is (61,83,64). Sum of RGB (Red+Green+Blue) = 61+83+64=208 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.33% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 83 - color contains mainly: green. Hex color #3D5340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5340 is #C2ACBF. Grayscale: #4A4A4A. Windows color (decimal): -12758208 or 4215613. OLE color: 4215613.

HSL color Cylindrical-coordinate representation of color #3D5340: hue angle of 128.18º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3D5340 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB618364-
CMYK0.2700.230.67
HSL128.18º15.28%28.24%-
HSV(B)128.18º26.51%32.55%-
XYZ5.947.555.99-
YUV74.26122.21118.54-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.33%
GREEN value IS 83 (32.81% from 255) = 39.90%
BLUE value IS 64 (25.39% from 255) = 30.77%
R=29.33%
G=39.90%
B=30.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6183640.2700.230.67128.1815.2828.24
Hex3D53401B0174380f1c
Octal75123100330271032001734
Binary1111011010011100000011011010111100001110000000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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