Html Css Color HEX #355532 Parsley

📋 copy color: '#355532'

red 53 ◦ green 85 ◦ blue 50

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

Shades of Parsley #355532

Tints of Parsley #355532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 26.6%

R = 28.19%
G = 45.21%
B = 26.6%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#355532 (or 0x355532) is known color: Parsley. HEX triplet: 35, 55 and 32. RGB value is (53,85,50). Sum of RGB (Red+Green+Blue) = 53+85+50=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #355532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355532 is #CAAACD. Grayscale: #474747. Windows color (decimal): -13281998 or 3298613. OLE color: 3298613.

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

Color convert

RGB 53 85 50 -
CMYK 0.38 0 0.41 0.67
HSL 114.86º 0.26% 0.26% -
HSV(B) 114.86º 0.41% 0.33% -
XYZ 5.29 7.48 4.18 -
YUV 71.44 115.9 114.85 -
System Red Green Blue C M Y K H S L
Decimal 53 85 50 0.38 0 0.41 0.67 114.86 0.26 0.26
Hex 35 55 32 26 0 29 43 73 1A 1A
Octal 65 125 62 46 0 51 103 163 32 32
Binary 110101 1010101 110010 100110 0 101001 1000011 1110011 11010 11010

Color Harmonies of #355532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355532

Black with #355532

Text Example


Text Example

White with #355532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355532; }

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

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

background-color css

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

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

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

border-color css

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

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

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