#345E3C

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

Shades of Hunter Green #345E3C

Tints of Hunter Green #345E3C

Color information

#345E3C (or 0x345E3C) is unknown color: approx Hunter Green. HEX triplet: 34, 5E and 3C. RGB value is (52,94,60). Sum of RGB (Red+Green+Blue) = 52+94+60=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 94 (37.11% from 255 or 45.63% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 94 - color contains mainly: green. Hex color #345E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345E3C is #CBA1C3. Grayscale: #4D4D4D. Windows color (decimal): -13345220 or 3956276. OLE color: 3956276.

HSL color Cylindrical-coordinate representation of color #345E3C: hue angle of 131.43º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #345E3C is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.63.

Color convert

RGB529460-
CMYK0.4500.360.63
HSL131.43º28.77%28.63%-
HSV(B)131.43º44.68%36.86%-
XYZ6.239.065.7-
YUV77.57118.09109.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.24%
GREEN value IS 94 (37.11% from 255) = 45.63%
BLUE value IS 60 (23.83% from 255) = 29.13%
R=25.24%
G=45.63%
B=29.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5294600.4500.360.63131.4328.7728.63
Hex345E3C2D0243F831d1d
Octal641367455044772033535
Binary11010010111101111001011010100100111111100000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345E3C; }

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

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

<style>
 a { background-color: #345E3C; }

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

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

<style>
 span { border-color: #345E3C; }

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

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