#346032

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

Shades of Parsley #346032

Tints of Parsley #346032

Color information

#346032 (or 0x346032) is unknown color: approx Parsley. HEX triplet: 34, 60 and 32. RGB value is (52,96,50). Sum of RGB (Red+Green+Blue) = 52+96+50=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #346032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346032 is #CB9FCD. Grayscale: #4D4D4D. Windows color (decimal): -13344718 or 3301428. OLE color: 3301428.

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

Color convert

RGB529650-
CMYK0.4600.480.62
HSL117.39º31.51%28.63%-
HSV(B)117.39º47.92%37.65%-
XYZ6.179.334.49-
YUV77.6112.42109.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.26%
GREEN value IS 96 (37.89% from 255) = 48.48%
BLUE value IS 50 (19.92% from 255) = 25.25%
R=26.26%
G=48.48%
B=25.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5296500.4600.480.62117.3931.5128.63
Hex3460322E0303E75201d
Octal641406256060761654035
Binary11010011000001100101011100110000111110111010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346032; }

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

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

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

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

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

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

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

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