#356136

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

Shades of Parsley #356136

Tints of Parsley #356136

Color information

#356136 (or 0x356136) is unknown color: approx Parsley. HEX triplet: 35, 61 and 36. RGB value is (53,97,54). Sum of RGB (Red+Green+Blue) = 53+97+54=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 97 (38.28% from 255 or 47.55% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 97 - color contains mainly: green. Hex color #356136 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356136 is #CA9EC9. Grayscale: #4F4F4F. Windows color (decimal): -13278922 or 3563829. OLE color: 3563829.

HSL color Cylindrical-coordinate representation of color #356136: hue angle of 121.36º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #356136 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB539754-
CMYK0.4500.440.62
HSL121.36º29.33%29.41%-
HSV(B)121.36º45.36%38.04%-
XYZ6.419.575-
YUV78.94113.92109.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.98%
GREEN value IS 97 (38.28% from 255) = 47.55%
BLUE value IS 54 (21.48% from 255) = 26.47%
R=25.98%
G=47.55%
B=26.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5397540.4500.440.62121.3629.3329.41
Hex3561362D02C3E791d1d
Octal651416655054761713535
Binary1101011100001110110101101010110011111011110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356136; }

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

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

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

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

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

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

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

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