#345933

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

Shades of Parsley #345933

Tints of Parsley #345933

Color information

#345933 (or 0x345933) is unknown color: approx Parsley. HEX triplet: 34, 59 and 33. RGB value is (52,89,51). Sum of RGB (Red+Green+Blue) = 52+89+51=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 89 - color contains mainly: green. Hex color #345933 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345933 is #CBA6CC. Grayscale: #494949. Windows color (decimal): -13346509 or 3365172. OLE color: 3365172.

HSL color Cylindrical-coordinate representation of color #345933: hue angle of 118.42º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #345933 is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB528951-
CMYK0.4200.430.65
HSL118.42º27.14%27.45%-
HSV(B)118.42º42.7%34.9%-
XYZ5.598.114.4-
YUV73.6115.24112.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.08%
GREEN value IS 89 (35.16% from 255) = 46.35%
BLUE value IS 51 (20.31% from 255) = 26.56%
R=27.08%
G=46.35%
B=26.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5289510.4200.430.65118.4227.1427.45
Hex3459332A02B41761b1b
Octal6413163520531011663333
Binary11010010110011100111010100101011100000111101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345933; }

 p { color: rgb(52,89,51); }

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

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

 a { background-color: rgb(52,89,51); }

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

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

 span { border-color: rgb(52,89,51); }

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