#356533

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

Shades of Parsley #356533

Tints of Parsley #356533

Color information

#356533 (or 0x356533) is unknown color: approx Parsley. HEX triplet: 35, 65 and 33. RGB value is (53,101,51). Sum of RGB (Red+Green+Blue) = 53+101+51=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 101 (39.84% from 255 or 49.27% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 101 - color contains mainly: green. Hex color #356533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356533 is #CA9ACC. Grayscale: #515151. Windows color (decimal): -13277901 or 3368245. OLE color: 3368245.

HSL color Cylindrical-coordinate representation of color #356533: hue angle of 117.6º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356533 is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB5310151-
CMYK0.4800.500.60
HSL117.6º32.89%29.8%-
HSV(B)117.6º49.5%39.61%-
XYZ6.7210.34.77-
YUV80.95111.1108.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.85%
GREEN value IS 101 (39.84% from 255) = 49.27%
BLUE value IS 51 (20.31% from 255) = 24.88%
R=25.85%
G=49.27%
B=24.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53101510.4800.500.60117.632.8929.8
Hex356533300323C76211e
Octal651456360062741664136
Binary11010111001011100111100000110010111100111011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356533; }

 p { color: rgb(53,101,51); }

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

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

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

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

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

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

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