#345E32

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

Shades of Parsley #345E32

Tints of Parsley #345E32

Color information

#345E32 (or 0x345E32) is unknown color: approx Parsley. HEX triplet: 34, 5E and 32. RGB value is (52,94,50). Sum of RGB (Red+Green+Blue) = 52+94+50=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 94 (37.11% from 255 or 47.96% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 94 - color contains mainly: green. Hex color #345E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345E32 is #CBA1CD. Grayscale: #4C4C4C. Windows color (decimal): -13345230 or 3300916. OLE color: 3300916.

HSL color Cylindrical-coordinate representation of color #345E32: hue angle of 117.27º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #345E32 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.63.

Color convert

RGB529450-
CMYK0.4500.470.63
HSL117.27º30.56%28.24%-
HSV(B)117.27º46.81%36.86%-
XYZ5.998.974.43-
YUV76.43113.09110.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.53%
GREEN value IS 94 (37.11% from 255) = 47.96%
BLUE value IS 50 (19.92% from 255) = 25.51%
R=26.53%
G=47.96%
B=25.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5294500.4500.470.63117.2730.5628.24
Hex345E322D02F3F751f1c
Octal641366255057771653734
Binary1101001011110110010101101010111111111111101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345E32; }

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

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

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

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

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

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

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

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