#335530

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

Shades of Parsley #335530

Tints of Parsley #335530

Color information

#335530 (or 0x335530) is unknown color: approx Parsley. HEX triplet: 33, 55 and 30. RGB value is (51,85,48). Sum of RGB (Red+Green+Blue) = 51+85+48=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 85 - color contains mainly: green. Hex color #335530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335530 is #CCAACF. Grayscale: #464646. Windows color (decimal): -13413072 or 3167539. OLE color: 3167539.

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

Color convert

RGB518548-
CMYK0.4000.440.67
HSL115.14º27.82%26.08%-
HSV(B)115.14º43.53%33.33%-
XYZ5.157.413.96-
YUV70.62115.24114.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.72%
GREEN value IS 85 (33.59% from 255) = 46.20%
BLUE value IS 48 (19.14% from 255) = 26.09%
R=27.72%
G=46.20%
B=26.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5185480.4000.440.67115.1427.8226.08
Hex3355302802C43731c1a
Octal6312560500541031633432
Binary11001110101011100001010000101100100001111100111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335530; }

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

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

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

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

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

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

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

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