#346132

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

Shades of Parsley #346132

Tints of Parsley #346132

Color information

#346132 (or 0x346132) is unknown color: approx Parsley. HEX triplet: 34, 61 and 32. RGB value is (52,97,50). Sum of RGB (Red+Green+Blue) = 52+97+50=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 97 (38.28% from 255 or 48.74% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 97 - color contains mainly: green. Hex color #346132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346132 is #CB9ECD. Grayscale: #4E4E4E. Windows color (decimal): -13344462 or 3301684. OLE color: 3301684.

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

Color convert

RGB529750-
CMYK0.4600.480.62
HSL117.45º31.97%28.82%-
HSV(B)117.45º48.45%38.04%-
XYZ6.279.514.52-
YUV78.19112.09109.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.13%
GREEN value IS 97 (38.28% from 255) = 48.74%
BLUE value IS 50 (19.92% from 255) = 25.13%
R=26.13%
G=48.74%
B=25.13%

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
Decimal5297500.4600.480.62117.4531.9728.82
Hex3461322E0303E75201d
Octal641416256060761654035
Binary11010011000011100101011100110000111110111010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346132; }

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

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

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

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

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

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

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

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