#34603B

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

Shades of Hunter Green #34603B

Tints of Hunter Green #34603B

Color information

#34603B (or 0x34603B) is unknown color: approx Hunter Green. HEX triplet: 34, 60 and 3B. RGB value is (52,96,59). Sum of RGB (Red+Green+Blue) = 52+96+59=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #34603B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34603B is #CB9FC4. Grayscale: #4E4E4E. Windows color (decimal): -13344709 or 3891252. OLE color: 3891252.

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

Color convert

RGB529659-
CMYK0.4600.390.62
HSL129.55º29.73%29.02%-
HSV(B)129.55º45.83%37.65%-
XYZ6.399.415.62-
YUV78.63116.92109.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.12%
GREEN value IS 96 (37.89% from 255) = 46.38%
BLUE value IS 59 (23.44% from 255) = 28.50%
R=25.12%
G=46.38%
B=28.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5296590.4600.390.62129.5529.7329.02
Hex34603B2E0273E821e1d
Octal641407356047762023635
Binary11010011000001110111011100100111111110100000101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34603B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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