#355E38

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

Shades of Parsley #355E38

Tints of Parsley #355E38

Color information

#355E38 (or 0x355E38) is unknown color: approx Parsley. HEX triplet: 35, 5E and 38. RGB value is (53,94,56). Sum of RGB (Red+Green+Blue) = 53+94+56=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 94 (37.11% from 255 or 46.31% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 94 - color contains mainly: green. Hex color #355E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355E38 is #CAA1C7. Grayscale: #4D4D4D. Windows color (decimal): -13279688 or 3694133. OLE color: 3694133.

HSL color Cylindrical-coordinate representation of color #355E38: hue angle of 124.39º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #355E38 is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.63.

Color convert

RGB539456-
CMYK0.4400.400.63
HSL124.39º27.89%28.82%-
HSV(B)124.39º43.62%36.86%-
XYZ6.189.055.16-
YUV77.41115.92110.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.11%
GREEN value IS 94 (37.11% from 255) = 46.31%
BLUE value IS 56 (22.27% from 255) = 27.59%
R=26.11%
G=46.31%
B=27.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5394560.4400.400.63124.3927.8928.82
Hex355E382C0283F7c1c1d
Octal651367054050771743435
Binary1101011011110111000101100010100011111111111001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355E38; }

 p { color: rgb(53,94,56); }

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

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

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

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

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

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

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