Html Css Color HEX #315535 Parsley

📋 copy color: '#315535'

red 49 ◦ green 85 ◦ blue 53

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

Shades of Parsley #315535

Tints of Parsley #315535

RGB

 RED value IS 49 (19.53% from 255) = 26.2%

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

 BLUE value IS 53 (21.09% from 255) = 28.34%

R = 26.2%
G = 45.45%
B = 28.34%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#315535 (or 0x315535) is known color: Parsley. HEX triplet: 31, 55 and 35. RGB value is (49,85,53). Sum of RGB (Red+Green+Blue) = 49+85+53=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 53 (21.09% from 255 or 28.34% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #315535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315535 is #CEAACA. Grayscale: #464646. Windows color (decimal): -13544139 or 3495217. OLE color: 3495217.

HSL color Cylindrical-coordinate representation of color #315535: hue angle of 126.67º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #315535 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 85 53 -
CMYK 0.42 0 0.38 0.67
HSL 126.67º 0.27% 0.26% -
HSV(B) 126.67º 0.42% 0.33% -
XYZ 5.16 7.41 4.53 -
YUV 70.59 118.07 112.6 -
System Red Green Blue C M Y K H S L
Decimal 49 85 53 0.42 0 0.38 0.67 126.67 0.27 0.26
Hex 31 55 35 2A 0 26 43 7F 1B 1A
Octal 61 125 65 52 0 46 103 177 33 32
Binary 110001 1010101 110101 101010 0 100110 1000011 1111111 11011 11010

Color Harmonies of #315535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315535

Black with #315535

Text Example


Text Example

White with #315535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315535; }

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

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

background-color css

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

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

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

border-color css

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

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

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