Html Css Color HEX #355536 Parsley

📋 copy color: '#355536'

red 53 ◦ green 85 ◦ blue 54

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

Shades of Parsley #355536

Tints of Parsley #355536

RGB

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

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

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

R = 27.6%
G = 44.27%
B = 28.13%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#355536 (or 0x355536) is known color: Parsley. HEX triplet: 35, 55 and 36. RGB value is (53,85,54). Sum of RGB (Red+Green+Blue) = 53+85+54=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 54 (21.48% from 255 or 28.12% from 192); Max value from RGB is 85 - color contains mainly: green. Hex color #355536 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355536 is #CAAAC9. Grayscale: #474747. Windows color (decimal): -13281994 or 3560757. OLE color: 3560757.

HSL color Cylindrical-coordinate representation of color #355536: hue angle of 121.88º 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 #355536 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 85 54 -
CMYK 0.38 0 0.36 0.67
HSL 121.88º 0.23% 0.27% -
HSV(B) 121.88º 0.38% 0.33% -
XYZ 5.38 7.52 4.66 -
YUV 71.9 117.9 114.52 -
System Red Green Blue C M Y K H S L
Decimal 53 85 54 0.38 0 0.36 0.67 121.88 0.23 0.27
Hex 35 55 36 26 0 24 43 7A 17 1B
Octal 65 125 66 46 0 44 103 172 27 33
Binary 110101 1010101 110110 100110 0 100100 1000011 1111010 10111 11011

Color Harmonies of #355536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355536

Black with #355536

Text Example


Text Example

White with #355536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355536; }

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

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

background-color css

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

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

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

border-color css

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

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

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