#34603D

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

Shades of Hunter Green #34603D

Tints of Hunter Green #34603D

Color information

#34603D (or 0x34603D) is unknown color: approx Hunter Green. HEX triplet: 34, 60 and 3D. RGB value is (52,96,61). Sum of RGB (Red+Green+Blue) = 52+96+61=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 96 - color contains mainly: green. Hex color #34603D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34603D is #CB9FC2. Grayscale: #4E4E4E. Windows color (decimal): -13344707 or 4022324. OLE color: 4022324.

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

Color convert

RGB529661-
CMYK0.4600.360.62
HSL132.27º29.73%29.02%-
HSV(B)132.27º45.83%37.65%-
XYZ6.449.435.9-
YUV78.85117.92108.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.88%
GREEN value IS 96 (37.89% from 255) = 45.93%
BLUE value IS 61 (24.22% from 255) = 29.19%
R=24.88%
G=45.93%
B=29.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5296610.4600.360.62132.2729.7329.02
Hex34603D2E0243E841e1d
Octal641407556044762043635
Binary11010011000001111011011100100100111110100001001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34603D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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