#3B6840

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

Shades of Hunter Green #3B6840

Tints of Hunter Green #3B6840

Color information

#3B6840 (or 0x3B6840) is unknown color: approx Hunter Green. HEX triplet: 3B, 68 and 40. RGB value is (59,104,64). Sum of RGB (Red+Green+Blue) = 59+104+64=227 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.99% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 104 - color contains mainly: green. Hex color #3B6840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6840 is #C497BF. Grayscale: #565656. Windows color (decimal): -12883904 or 4220987. OLE color: 4220987.

HSL color Cylindrical-coordinate representation of color #3B6840: hue angle of 126.67º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3B6840 is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB5910464-
CMYK0.4300.380.59
HSL126.67º27.61%31.96%-
HSV(B)126.67º43.27%40.78%-
XYZ7.6811.26.61-
YUV85.98115.59108.75-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.99%
GREEN value IS 104 (41.02% from 255) = 45.81%
BLUE value IS 64 (25.39% from 255) = 28.19%
R=25.99%
G=45.81%
B=28.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal59104640.4300.380.59126.6727.6131.96
Hex3B68402B0263B7f1c20
Octal7315010053046731773440
Binary111011110100010000001010110100110111011111111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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