#345E3F

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

Shades of Hunter Green #345E3F

Tints of Hunter Green #345E3F

Color information

#345E3F (or 0x345E3F) is unknown color: approx Hunter Green. HEX triplet: 34, 5E and 3F. RGB value is (52,94,63). Sum of RGB (Red+Green+Blue) = 52+94+63=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 94 (37.11% from 255 or 44.98% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 94 - color contains mainly: green. Hex color #345E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345E3F is #CBA1C0. Grayscale: #4D4D4D. Windows color (decimal): -13345217 or 4152884. OLE color: 4152884.

HSL color Cylindrical-coordinate representation of color #345E3F: hue angle of 135.71º 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 #345E3F is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.63.

Color convert

RGB529463-
CMYK0.4500.330.63
HSL135.71º28.77%28.63%-
HSV(B)135.71º44.68%36.86%-
XYZ6.329.096.13-
YUV77.91119.59109.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.88%
GREEN value IS 94 (37.11% from 255) = 44.98%
BLUE value IS 63 (25% from 255) = 30.14%
R=24.88%
G=44.98%
B=30.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5294630.4500.330.63135.7128.7728.63
Hex345E3F2D0213F881d1d
Octal641367755041772103535
Binary11010010111101111111011010100001111111100010001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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