#345934

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

Shades of Parsley #345934

Tints of Parsley #345934

Color information

#345934 (or 0x345934) is unknown color: approx Parsley. HEX triplet: 34, 59 and 34. RGB value is (52,89,52). Sum of RGB (Red+Green+Blue) = 52+89+52=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 89 - color contains mainly: green. Hex color #345934 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345934 is #CBA6CB. Grayscale: #494949. Windows color (decimal): -13346508 or 3430708. OLE color: 3430708.

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

Color convert

RGB528952-
CMYK0.4200.420.65
HSL120º26.24%27.65%-
HSV(B)120º41.57%34.9%-
XYZ5.618.124.52-
YUV73.72115.74112.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.94%
GREEN value IS 89 (35.16% from 255) = 46.11%
BLUE value IS 52 (20.70% from 255) = 26.94%
R=26.94%
G=46.11%
B=26.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5289520.4200.420.6512026.2427.65
Hex3459342A02A41781a1c
Octal6413164520521011703234
Binary11010010110011101001010100101010100000111110001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345934; }

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

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

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

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

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

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

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

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