Html Css Color HEX #355C36 Parsley

📋 copy color: '#355C36'

red 53 ◦ green 92 ◦ blue 54

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

Shades of Parsley #355C36

Tints of Parsley #355C36

RGB

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

 GREEN value IS 92 (36.33% from 255) = 46.23%

 BLUE value IS 54 (21.48% from 255) = 27.14%

R = 26.63%
G = 46.23%
B = 27.14%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.41

 K value IS 0.64

RGB Variations

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

Color information

#355C36 (or 0x355C36) is known color: Parsley. HEX triplet: 35, 5C and 36. RGB value is (53,92,54). Sum of RGB (Red+Green+Blue) = 53+92+54=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 92 (36.33% from 255 or 46.23% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 92 - color contains mainly: green. Hex color #355C36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355C36 is #CAA3C9. Grayscale: #4C4C4C. Windows color (decimal): -13280202 or 3562549. OLE color: 3562549.

HSL color Cylindrical-coordinate representation of color #355C36: hue angle of 121.54º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #355C36 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 92 54 -
CMYK 0.42 0 0.41 0.64
HSL 121.54º 0.27% 0.28% -
HSV(B) 121.54º 0.42% 0.36% -
XYZ 5.96 8.68 4.85 -
YUV 76.01 115.58 111.59 -
System Red Green Blue C M Y K H S L
Decimal 53 92 54 0.42 0 0.41 0.64 121.54 0.27 0.28
Hex 35 5C 36 2A 0 29 40 7A 1B 1C
Octal 65 134 66 52 0 51 100 172 33 34
Binary 110101 1011100 110110 101010 0 101001 1000000 1111010 11011 11100

Color Harmonies of #355C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355C36

Black with #355C36

Text Example


Text Example

White with #355C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,92,54); }

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

background-color css

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

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

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

border-color css

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

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

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