#3B613B

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

Shades of Hunter Green #3B613B

Tints of Hunter Green #3B613B

Color information

#3B613B (or 0x3B613B) is unknown color: approx Hunter Green. HEX triplet: 3B, 61 and 3B. RGB value is (59,97,59). Sum of RGB (Red+Green+Blue) = 59+97+59=215 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.44% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 97 - color contains mainly: green. Hex color #3B613B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B613B is #C49EC4. Grayscale: #515151. Windows color (decimal): -12885701 or 3891515. OLE color: 3891515.

HSL color Cylindrical-coordinate representation of color #3B613B: hue angle of 120º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B613B is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB599759-
CMYK0.3900.390.62
HSL120º24.36%30.59%-
HSV(B)120º39.18%38.04%-
XYZ6.879.795.67-
YUV81.31115.41112.09-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.44%
GREEN value IS 97 (38.28% from 255) = 45.12%
BLUE value IS 59 (23.44% from 255) = 27.44%
R=27.44%
G=45.12%
B=27.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5997590.3900.390.6212024.3630.59
Hex3B613B270273E78181f
Octal731417347047761703037
Binary1110111100001111011100111010011111111011110001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B613B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,97,59); }

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

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

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

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

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

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

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