#335A35

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

Shades of Parsley #335A35

Tints of Parsley #335A35

Color information

#335A35 (or 0x335A35) is unknown color: approx Parsley. HEX triplet: 33, 5A and 35. RGB value is (51,90,53). Sum of RGB (Red+Green+Blue) = 51+90+53=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 90 (35.55% from 255 or 46.39% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 90 - color contains mainly: green. Hex color #335A35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335A35 is #CCA5CA. Grayscale: #4A4A4A. Windows color (decimal): -13411787 or 3496499. OLE color: 3496499.

HSL color Cylindrical-coordinate representation of color #335A35: hue angle of 123.08º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #335A35 is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.65.

Color convert

RGB519053-
CMYK0.4300.410.65
HSL123.08º27.66%27.65%-
HSV(B)123.08º43.33%35.29%-
XYZ5.668.274.67-
YUV74.12116.08111.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.29%
GREEN value IS 90 (35.55% from 255) = 46.39%
BLUE value IS 53 (21.09% from 255) = 27.32%
R=26.29%
G=46.39%
B=27.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5190530.4300.410.65123.0827.6627.65
Hex335A352B029417b1c1c
Octal6313265530511011733434
Binary11001110110101101011010110101001100000111110111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335A35; }

 p { color: rgb(51,90,53); }

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

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

 a { background-color: rgb(51,90,53); }

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

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

 span { border-color: rgb(51,90,53); }

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