#346332

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

Shades of Parsley #346332

Tints of Parsley #346332

Color information

#346332 (or 0x346332) is unknown color: approx Parsley. HEX triplet: 34, 63 and 32. RGB value is (52,99,50). Sum of RGB (Red+Green+Blue) = 52+99+50=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 99 (39.06% from 255 or 49.25% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 99 - color contains mainly: green. Hex color #346332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346332 is #CB9CCD. Grayscale: #4F4F4F. Windows color (decimal): -13343950 or 3302196. OLE color: 3302196.

HSL color Cylindrical-coordinate representation of color #346332: hue angle of 117.55º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #346332 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB529950-
CMYK0.4700.490.61
HSL117.55º32.89%29.22%-
HSV(B)117.55º49.49%38.82%-
XYZ6.459.884.59-
YUV79.36111.43108.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.87%
GREEN value IS 99 (39.06% from 255) = 49.25%
BLUE value IS 50 (19.92% from 255) = 24.88%
R=25.87%
G=49.25%
B=24.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5299500.4700.490.61117.5532.8929.22
Hex3463322F0313D76211d
Octal641436257061751664135
Binary11010011000111100101011110110001111101111011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346332; }

 p { color: rgb(52,99,50); }

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

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

 a { background-color: rgb(52,99,50); }

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

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

 span { border-color: rgb(52,99,50); }

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