#355936

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

Shades of Parsley #355936

Tints of Parsley #355936

Color information

#355936 (or 0x355936) is unknown color: approx Parsley. HEX triplet: 35, 59 and 36. RGB value is (53,89,54). Sum of RGB (Red+Green+Blue) = 53+89+54=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 89 (35.16% from 255 or 45.41% from 196); Blue value is 54 (21.48% from 255 or 27.55% from 196); Max value from RGB is 89 - color contains mainly: green. Hex color #355936 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355936 is #CAA6C9. Grayscale: #4A4A4A. Windows color (decimal): -13280970 or 3561781. OLE color: 3561781.

HSL color Cylindrical-coordinate representation of color #355936: hue angle of 121.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #355936 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.

Color convert

RGB538954-
CMYK0.4000.390.65
HSL121.67º25.35%27.84%-
HSV(B)121.67º40.45%34.9%-
XYZ5.718.174.77-
YUV74.25116.57112.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.04%
GREEN value IS 89 (35.16% from 255) = 45.41%
BLUE value IS 54 (21.48% from 255) = 27.55%
R=27.04%
G=45.41%
B=27.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5389540.4000.390.65121.6725.3527.84
Hex35593628027417a191c
Octal6513166500471011723134
Binary11010110110011101101010000100111100000111110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355936; }

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

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

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

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

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

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

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

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