#346141

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

Shades of Hunter Green #346141

Tints of Hunter Green #346141

Color information

#346141 (or 0x346141) is unknown color: approx Hunter Green. HEX triplet: 34, 61 and 41. RGB value is (52,97,65). Sum of RGB (Red+Green+Blue) = 52+97+65=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 97 - color contains mainly: green. Hex color #346141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346141 is #CB9EBE. Grayscale: #4F4F4F. Windows color (decimal): -13344447 or 4284724. OLE color: 4284724.

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

Color convert

RGB529765-
CMYK0.4600.330.62
HSL137.33º30.2%29.22%-
HSV(B)137.33º46.39%38.04%-
XYZ6.659.666.52-
YUV79.9119.59108.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.30%
GREEN value IS 97 (38.28% from 255) = 45.33%
BLUE value IS 65 (25.78% from 255) = 30.37%
R=24.30%
G=45.33%
B=30.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5297650.4600.330.62137.3330.229.22
Hex3461412E0213E891e1d
Octal6414110156041762113635
Binary110100110000110000011011100100001111110100010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346141; }

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

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

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

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

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

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

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

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