#335531

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

Shades of Parsley #335531

Tints of Parsley #335531

Color information

#335531 (or 0x335531) is unknown color: approx Parsley. HEX triplet: 33, 55 and 31. RGB value is (51,85,49). Sum of RGB (Red+Green+Blue) = 51+85+49=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #335531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335531 is #CCAACE. Grayscale: #464646. Windows color (decimal): -13413071 or 3233075. OLE color: 3233075.

HSL color Cylindrical-coordinate representation of color #335531: hue angle of 116.67º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #335531 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB518549-
CMYK0.4000.420.67
HSL116.67º26.87%26.27%-
HSV(B)116.67º42.35%33.33%-
XYZ5.177.424.07-
YUV70.73115.74113.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.57%
GREEN value IS 85 (33.59% from 255) = 45.95%
BLUE value IS 49 (19.53% from 255) = 26.49%
R=27.57%
G=45.95%
B=26.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5185490.4000.420.67116.6726.8726.27
Hex3355312802A43751b1a
Octal6312561500521031653332
Binary11001110101011100011010000101010100001111101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335531; }

 p { color: rgb(51,85,49); }

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

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

 a { background-color: rgb(51,85,49); }

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

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

 span { border-color: rgb(51,85,49); }

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