#3D6540

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

Shades of Hunter Green #3D6540

Tints of Hunter Green #3D6540

Color information

#3D6540 (or 0x3D6540) is unknown color: approx Hunter Green. HEX triplet: 3D, 65 and 40. RGB value is (61,101,64). Sum of RGB (Red+Green+Blue) = 61+101+64=226 (29% of max value = 765). Red value is 61 (24.22% from 255 or 26.99% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 101 - color contains mainly: green. Hex color #3D6540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6540 is #C29ABF. Grayscale: #545454. Windows color (decimal): -12753600 or 4220221. OLE color: 4220221.

HSL color Cylindrical-coordinate representation of color #3D6540: hue angle of 124.5º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3D6540 is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.60.

Color convert

RGB6110164-
CMYK0.4000.370.60
HSL124.5º24.69%31.76%-
HSV(B)124.5º39.6%39.61%-
XYZ7.510.676.51-
YUV84.82116.25111.01-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.99%
GREEN value IS 101 (39.84% from 255) = 44.69%
BLUE value IS 64 (25.39% from 255) = 28.32%
R=26.99%
G=44.69%
B=28.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal61101640.4000.370.60124.524.6931.76
Hex3D6540280253C7c1920
Octal7514510050045741743140
Binary111101110010110000001010000100101111100111110011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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