#34613F

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

Shades of Hunter Green #34613F

Tints of Hunter Green #34613F

Color information

#34613F (or 0x34613F) is unknown color: approx Hunter Green. HEX triplet: 34, 61 and 3F. RGB value is (52,97,63). Sum of RGB (Red+Green+Blue) = 52+97+63=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 97 - color contains mainly: green. Hex color #34613F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34613F is #CB9EC0. Grayscale: #4F4F4F. Windows color (decimal): -13344449 or 4153652. OLE color: 4153652.

HSL color Cylindrical-coordinate representation of color #34613F: hue angle of 134.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 #34613F is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB529763-
CMYK0.4600.350.62
HSL134.67º30.2%29.22%-
HSV(B)134.67º46.39%38.04%-
XYZ6.599.646.22-
YUV79.67118.59108.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.53%
GREEN value IS 97 (38.28% from 255) = 45.75%
BLUE value IS 63 (25% from 255) = 29.72%
R=24.53%
G=45.75%
B=29.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5297630.4600.350.62134.6730.229.22
Hex34613F2E0233E871e1d
Octal641417756043762073635
Binary11010011000011111111011100100011111110100001111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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