#34613C

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

Shades of Hunter Green #34613C

Tints of Hunter Green #34613C

Color information

#34613C (or 0x34613C) is unknown color: approx Hunter Green. HEX triplet: 34, 61 and 3C. RGB value is (52,97,60). Sum of RGB (Red+Green+Blue) = 52+97+60=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 97 (38.28% from 255 or 46.41% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 97 - color contains mainly: green. Hex color #34613C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34613C is #CB9EC3. Grayscale: #4F4F4F. Windows color (decimal): -13344452 or 3957044. OLE color: 3957044.

HSL color Cylindrical-coordinate representation of color #34613C: hue angle of 130.67º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #34613C is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB529760-
CMYK0.4600.380.62
HSL130.67º30.2%29.22%-
HSV(B)130.67º46.39%38.04%-
XYZ6.519.615.79-
YUV79.33117.09108.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.88%
GREEN value IS 97 (38.28% from 255) = 46.41%
BLUE value IS 60 (23.83% from 255) = 28.71%
R=24.88%
G=46.41%
B=28.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5297600.4600.380.62130.6730.229.22
Hex34613C2E0263E831e1d
Octal641417456046762033635
Binary11010011000011111001011100100110111110100000111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34613C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34613C; }

 p { color: rgb(52,97,60); }

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

<style>
 a { background-color: #34613C; }

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

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

<style>
 span { border-color: #34613C; }

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

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