#3B6540

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

Shades of Hunter Green #3B6540

Tints of Hunter Green #3B6540

Color information

#3B6540 (or 0x3B6540) is unknown color: approx Hunter Green. HEX triplet: 3B, 65 and 40. RGB value is (59,101,64). Sum of RGB (Red+Green+Blue) = 59+101+64=224 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.34% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 101 - color contains mainly: green. Hex color #3B6540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6540 is #C49ABF. Grayscale: #545454. Windows color (decimal): -12884672 or 4220219. OLE color: 4220219.

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

Color convert

RGB5910164-
CMYK0.4200.370.60
HSL127.14º26.25%31.37%-
HSV(B)127.14º41.58%39.61%-
XYZ7.3810.616.51-
YUV84.22116.59110.01-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.34%
GREEN value IS 101 (39.84% from 255) = 45.09%
BLUE value IS 64 (25.39% from 255) = 28.57%
R=26.34%
G=45.09%
B=28.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal59101640.4200.370.60127.1426.2531.37
Hex3B65402A0253C7f1a1f
Octal7314510052045741773237
Binary11101111001011000000101010010010111110011111111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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