Html Css Color HEX #355535 Parsley

📋 copy color: '#355535'

red 53 ◦ green 85 ◦ blue 53

#355535
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Parsley #355535

Tints of Parsley #355535

RGB

 RED value IS 53 (21.09% from 255) = 27.75%

 GREEN value IS 85 (33.59% from 255) = 44.5%

 BLUE value IS 53 (21.09% from 255) = 27.75%

R = 27.75%
G = 44.5%
B = 27.75%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#355535 (or 0x355535) is known color: Parsley. HEX triplet: 35, 55 and 35. RGB value is (53,85,53). Sum of RGB (Red+Green+Blue) = 53+85+53=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #355535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355535 is #CAAACA. Grayscale: #474747. Windows color (decimal): -13281995 or 3495221. OLE color: 3495221.

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

Color convert

RGB 53 85 53 -
CMYK 0.38 0 0.38 0.67
HSL 120º 0.23% 0.27% -
HSV(B) 120º 0.38% 0.33% -
XYZ 5.36 7.51 4.54 -
YUV 71.78 117.4 114.6 -
System Red Green Blue C M Y K H S L
Decimal 53 85 53 0.38 0 0.38 0.67 120 0.23 0.27
Hex 35 55 35 26 0 26 43 78 17 1B
Octal 65 125 65 46 0 46 103 170 27 33
Binary 110101 1010101 110101 100110 0 100110 1000011 1111000 10111 11011

Color Harmonies of #355535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355535

Black with #355535

Text Example


Text Example

White with #355535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355535; }

 p { color: rgb(53,85,53); }

 H1.HeaderClassName
 {
   color: #355535;
 }
 .AnyTagClassName
 {
   color: #355535;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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