#34613D

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

Shades of Hunter Green #34613D

Tints of Hunter Green #34613D

Color information

#34613D (or 0x34613D) is unknown color: approx Hunter Green. HEX triplet: 34, 61 and 3D. RGB value is (52,97,61). Sum of RGB (Red+Green+Blue) = 52+97+61=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 97 (38.28% from 255 or 46.19% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 97 - color contains mainly: green. Hex color #34613D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34613D is #CB9EC2. Grayscale: #4F4F4F. Windows color (decimal): -13344451 or 4022580. OLE color: 4022580.

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

Color convert

RGB529761-
CMYK0.4600.370.62
HSL132º30.2%29.22%-
HSV(B)132º46.39%38.04%-
XYZ6.539.625.93-
YUV79.44117.59108.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.76%
GREEN value IS 97 (38.28% from 255) = 46.19%
BLUE value IS 61 (24.22% from 255) = 29.05%
R=24.76%
G=46.19%
B=29.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5297610.4600.370.6213230.229.22
Hex34613D2E0253E841e1d
Octal641417556045762043635
Binary11010011000011111011011100100101111110100001001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34613D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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