Html Css Color HEX #355537 Parsley

📋 copy color: '#355537'

red 53 ◦ green 85 ◦ blue 55

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

Shades of Parsley #355537

Tints of Parsley #355537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 28.5%

R = 27.46%
G = 44.04%
B = 28.5%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#355537 (or 0x355537) is known color: Parsley. HEX triplet: 35, 55 and 37. RGB value is (53,85,55). Sum of RGB (Red+Green+Blue) = 53+85+55=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 55 (21.88% from 255 or 28.50% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #355537 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355537 is #CAAAC8. Grayscale: #484848. Windows color (decimal): -13281993 or 3626293. OLE color: 3626293.

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

Color convert

RGB 53 85 55 -
CMYK 0.38 0 0.35 0.67
HSL 123.75º 0.23% 0.27% -
HSV(B) 123.75º 0.38% 0.33% -
XYZ 5.41 7.53 4.78 -
YUV 72.01 118.4 114.44 -
System Red Green Blue C M Y K H S L
Decimal 53 85 55 0.38 0 0.35 0.67 123.75 0.23 0.27
Hex 35 55 37 26 0 23 43 7C 17 1B
Octal 65 125 67 46 0 43 103 174 27 33
Binary 110101 1010101 110111 100110 0 100011 1000011 1111100 10111 11011

Color Harmonies of #355537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355537

Black with #355537

Text Example


Text Example

White with #355537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355537; }

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

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

background-color css

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

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

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

border-color css

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

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

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