Html Css Color HEX #355A32 Parsley

📋 copy color: '#355A32'

red 53 ◦ green 90 ◦ blue 50

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

Shades of Parsley #355A32

Tints of Parsley #355A32

RGB

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

 GREEN value IS 90 (35.55% from 255) = 46.63%

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

R = 27.46%
G = 46.63%
B = 25.91%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#355A32 (or 0x355A32) is known color: Parsley. HEX triplet: 35, 5A and 32. RGB value is (53,90,50). Sum of RGB (Red+Green+Blue) = 53+90+50=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 90 (35.55% from 255 or 46.63% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 90 - color contains mainly: green. Hex color #355A32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355A32 is #CAA5CD. Grayscale: #4A4A4A. Windows color (decimal): -13280718 or 3299893. OLE color: 3299893.

HSL color Cylindrical-coordinate representation of color #355A32: hue angle of 115.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #355A32 is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 90 50 -
CMYK 0.41 0 0.44 0.65
HSL 115.5º 0.29% 0.27% -
HSV(B) 115.5º 0.44% 0.35% -
XYZ 5.7 8.3 4.32 -
YUV 74.38 114.24 112.75 -
System Red Green Blue C M Y K H S L
Decimal 53 90 50 0.41 0 0.44 0.65 115.5 0.29 0.27
Hex 35 5A 32 29 0 2C 41 74 1D 1B
Octal 65 132 62 51 0 54 101 164 35 33
Binary 110101 1011010 110010 101001 0 101100 1000001 1110100 11101 11011

Color Harmonies of #355A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355A32

Black with #355A32

Text Example


Text Example

White with #355A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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