#354D34

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

Shades of Parsley #354D34

Tints of Parsley #354D34

Color information

#354D34 (or 0x354D34) is unknown color: approx Parsley. HEX triplet: 35, 4D and 34. RGB value is (53,77,52). Sum of RGB (Red+Green+Blue) = 53+77+52=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 52 (20.70% from 255 or 28.57% from 182); Max value from RGB is 77 - color contains mainly: green. Hex color #354D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354D34 is #CAB2CB. Grayscale: #434343. Windows color (decimal): -13284044 or 3427637. OLE color: 3427637.

HSL color Cylindrical-coordinate representation of color #354D34: hue angle of 117.6º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #354D34 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.70.

Color convert

RGB537752-
CMYK0.3100.320.70
HSL117.6º19.38%25.29%-
HSV(B)117.6º32.47%30.2%-
XYZ4.746.314.22-
YUV66.97119.55118.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.12%
GREEN value IS 77 (30.47% from 255) = 42.31%
BLUE value IS 52 (20.70% from 255) = 28.57%
R=29.12%
G=42.31%
B=28.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5377520.3100.320.70117.619.3825.29
Hex354D341F02046761319
Octal6511564370401061662331
Binary1101011001101110100111110100000100011011101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354D34; }

 p { color: rgb(53,77,52); }

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

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

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

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

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

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

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