Html Css Color HEX #355935 Parsley

📋 copy color: '#355935'

red 53 ◦ green 89 ◦ blue 53

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

Shades of Parsley #355935

Tints of Parsley #355935

RGB

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

 GREEN value IS 89 (35.16% from 255) = 45.64%

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

R = 27.18%
G = 45.64%
B = 27.18%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#355935 (or 0x355935) is known color: Parsley. HEX triplet: 35, 59 and 35. RGB value is (53,89,53). Sum of RGB (Red+Green+Blue) = 53+89+53=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 89 (35.16% from 255 or 45.64% from 195); Blue value is 53 (21.09% from 255 or 27.18% from 195); Max value from RGB is 89 - color contains mainly: green. Hex color #355935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355935 is #CAA6CA. Grayscale: #4A4A4A. Windows color (decimal): -13280971 or 3496245. OLE color: 3496245.

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

Color convert

RGB 53 89 53 -
CMYK 0.40 0 0.40 0.65
HSL 120º 0.25% 0.28% -
HSV(B) 120º 0.4% 0.35% -
XYZ 5.68 8.16 4.64 -
YUV 74.13 116.07 112.93 -
System Red Green Blue C M Y K H S L
Decimal 53 89 53 0.40 0 0.40 0.65 120 0.25 0.28
Hex 35 59 35 28 0 28 41 78 19 1C
Octal 65 131 65 50 0 50 101 170 31 34
Binary 110101 1011001 110101 101000 0 101000 1000001 1111000 11001 11100

Color Harmonies of #355935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355935

Black with #355935

Text Example


Text Example

White with #355935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355935; }

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

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

background-color css

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

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

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

border-color css

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

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

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