#346240

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

Shades of Hunter Green #346240

Tints of Hunter Green #346240

Color information

#346240 (or 0x346240) is unknown color: approx Hunter Green. HEX triplet: 34, 62 and 40. RGB value is (52,98,64). Sum of RGB (Red+Green+Blue) = 52+98+64=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 98 (38.67% from 255 or 45.79% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 98 - color contains mainly: green. Hex color #346240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346240 is #CB9DBF. Grayscale: #505050. Windows color (decimal): -13344192 or 4219444. OLE color: 4219444.

HSL color Cylindrical-coordinate representation of color #346240: hue angle of 135.65º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #346240 is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB529864-
CMYK0.4700.350.62
HSL135.65º30.67%29.41%-
HSV(B)135.65º46.94%38.43%-
XYZ6.719.846.4-
YUV80.37118.76107.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.30%
GREEN value IS 98 (38.67% from 255) = 45.79%
BLUE value IS 64 (25.39% from 255) = 29.91%
R=24.30%
G=45.79%
B=29.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5298640.4700.350.62135.6530.6729.41
Hex3462402F0233E881f1d
Octal6414210057043762103735
Binary110100110001010000001011110100011111110100010001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346240; }

 p { color: rgb(52,98,64); }

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

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

 a { background-color: rgb(52,98,64); }

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

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

 span { border-color: rgb(52,98,64); }

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