#356234

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

Shades of Parsley #356234

Tints of Parsley #356234

Color information

#356234 (or 0x356234) is unknown color: approx Parsley. HEX triplet: 35, 62 and 34. RGB value is (53,98,52). Sum of RGB (Red+Green+Blue) = 53+98+52=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #356234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356234 is #CA9DCB. Grayscale: #4F4F4F. Windows color (decimal): -13278668 or 3433013. OLE color: 3433013.

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

Color convert

RGB539852-
CMYK0.4600.470.62
HSL118.7º30.67%29.41%-
HSV(B)118.7º46.94%38.43%-
XYZ6.469.744.79-
YUV79.3112.59109.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.11%
GREEN value IS 98 (38.67% from 255) = 48.28%
BLUE value IS 52 (20.70% from 255) = 25.62%
R=26.11%
G=48.28%
B=25.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5398520.4600.470.62118.730.6729.41
Hex3562342E02F3E771f1d
Octal651426456057761673735
Binary1101011100010110100101110010111111111011101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356234; }

 p { color: rgb(53,98,52); }

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

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

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

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

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

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

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