#346242

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

Shades of Hunter Green #346242

Tints of Hunter Green #346242

Color information

#346242 (or 0x346242) is unknown color: approx Hunter Green. HEX triplet: 34, 62 and 42. RGB value is (52,98,66). Sum of RGB (Red+Green+Blue) = 52+98+66=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 98 - color contains mainly: green. Hex color #346242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346242 is #CB9DBD. Grayscale: #505050. Windows color (decimal): -13344190 or 4350516. OLE color: 4350516.

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

Color convert

RGB529866-
CMYK0.4700.330.62
HSL138.26º30.67%29.41%-
HSV(B)138.26º46.94%38.43%-
XYZ6.779.866.7-
YUV80.6119.76107.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.07%
GREEN value IS 98 (38.67% from 255) = 45.37%
BLUE value IS 66 (26.17% from 255) = 30.56%
R=24.07%
G=45.37%
B=30.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5298660.4700.330.62138.2630.6729.41
Hex3462422F0213E8a1f1d
Octal6414210257041762123735
Binary110100110001010000101011110100001111110100010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346242; }

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

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

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

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

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

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

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

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