#345936

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

Shades of Parsley #345936

Tints of Parsley #345936

Color information

#345936 (or 0x345936) is unknown color: approx Parsley. HEX triplet: 34, 59 and 36. RGB value is (52,89,54). Sum of RGB (Red+Green+Blue) = 52+89+54=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 89 (35.16% from 255 or 45.64% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 89 - color contains mainly: green. Hex color #345936 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345936 is #CBA6C9. Grayscale: #4A4A4A. Windows color (decimal): -13346506 or 3561780. OLE color: 3561780.

HSL color Cylindrical-coordinate representation of color #345936: hue angle of 123.24º 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 #345936 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.

Color convert

RGB528954-
CMYK0.4200.390.65
HSL123.24º26.24%27.65%-
HSV(B)123.24º41.57%34.9%-
XYZ5.658.144.76-
YUV73.95116.74112.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.67%
GREEN value IS 89 (35.16% from 255) = 45.64%
BLUE value IS 54 (21.48% from 255) = 27.69%
R=26.67%
G=45.64%
B=27.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5289540.4200.390.65123.2426.2427.65
Hex3459362A027417b1a1c
Octal6413166520471011733234
Binary11010010110011101101010100100111100000111110111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345936; }

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

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

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

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

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

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

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

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