#3B6C40

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

Shades of Hunter Green #3B6C40

Tints of Hunter Green #3B6C40

Color information

#3B6C40 (or 0x3B6C40) is unknown color: approx Hunter Green. HEX triplet: 3B, 6C and 40. RGB value is (59,108,64). Sum of RGB (Red+Green+Blue) = 59+108+64=231 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.54% from 231); Green value is 108 (42.58% from 255 or 46.75% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 108 - color contains mainly: green. Hex color #3B6C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6C40 is #C493BF. Grayscale: #585858. Windows color (decimal): -12882880 or 4222011. OLE color: 4222011.

HSL color Cylindrical-coordinate representation of color #3B6C40: hue angle of 126.12º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3B6C40 is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.58.

Color convert

RGB5910864-
CMYK0.4500.410.58
HSL126.12º29.34%32.75%-
HSV(B)126.12º45.37%42.35%-
XYZ8.0912.036.75-
YUV88.33114.27107.08-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.54%
GREEN value IS 108 (42.58% from 255) = 46.75%
BLUE value IS 64 (25.39% from 255) = 27.71%
R=25.54%
G=46.75%
B=27.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal59108640.4500.410.58126.1229.3432.75
Hex3B6C402D0293A7e1d21
Octal7315410055051721763541
Binary111011110110010000001011010101001111010111111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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