Html Css Color HEX #355037 Parsley

📋 copy color: '#355037'

red 53 ◦ green 80 ◦ blue 55

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

Shades of Parsley #355037

Tints of Parsley #355037

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.55%

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

R = 28.19%
G = 42.55%
B = 29.26%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.31

 K value IS 0.69

RGB Variations

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

Color information

#355037 (or 0x355037) is known color: Parsley. HEX triplet: 35, 50 and 37. RGB value is (53,80,55). Sum of RGB (Red+Green+Blue) = 53+80+55=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 55 (21.88% from 255 or 29.26% from 188); Max value from RGB is 80 - color contains mainly: green. Hex color #355037 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355037 is #CAAFC8. Grayscale: #454545. Windows color (decimal): -13283273 or 3625013. OLE color: 3625013.

HSL color Cylindrical-coordinate representation of color #355037: hue angle of 124.44º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #355037 is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 80 55 -
CMYK 0.34 0 0.31 0.69
HSL 124.44º 0.2% 0.26% -
HSV(B) 124.44º 0.34% 0.31% -
XYZ 5.03 6.77 4.66 -
YUV 69.08 120.05 116.53 -
System Red Green Blue C M Y K H S L
Decimal 53 80 55 0.34 0 0.31 0.69 124.44 0.2 0.26
Hex 35 50 37 22 0 1F 45 7C 14 1A
Octal 65 120 67 42 0 37 105 174 24 32
Binary 110101 1010000 110111 100010 0 11111 1000101 1111100 10100 11010

Color Harmonies of #355037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355037

Black with #355037

Text Example


Text Example

White with #355037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355037; }

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

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

background-color css

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

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

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

border-color css

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

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

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