#354B35

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

Shades of Parsley #354B35

Tints of Parsley #354B35

Color information

#354B35 (or 0x354B35) is unknown color: approx Parsley. HEX triplet: 35, 4B and 35. RGB value is (53,75,53). Sum of RGB (Red+Green+Blue) = 53+75+53=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 75 (29.69% from 255 or 41.44% from 181); Blue value is 53 (21.09% from 255 or 29.28% from 181); Max value from RGB is 75 - color contains mainly: green. Hex color #354B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354B35 is #CAB4CA. Grayscale: #414141. Windows color (decimal): -13284555 or 3492661. OLE color: 3492661.

HSL color Cylindrical-coordinate representation of color #354B35: hue angle of 120º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #354B35 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB537553-
CMYK0.2900.290.71
HSL120º17.19%25.1%-
HSV(B)120º29.33%29.41%-
XYZ4.636.054.29-
YUV65.91120.71118.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.28%
GREEN value IS 75 (29.69% from 255) = 41.44%
BLUE value IS 53 (21.09% from 255) = 29.28%
R=29.28%
G=41.44%
B=29.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5375530.2900.290.7112017.1925.1
Hex354B351D01D47781119
Octal6511365350351071702131
Binary110101100101111010111101011101100011111110001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,75,53); }

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

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

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

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

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

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

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