Html Css Color HEX #315935 Parsley

📋 copy color: '#315935'

red 49 ◦ green 89 ◦ blue 53

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

Shades of Parsley #315935

Tints of Parsley #315935

RGB

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

 GREEN value IS 89 (35.16% from 255) = 46.6%

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

R = 25.65%
G = 46.6%
B = 27.75%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#315935 (or 0x315935) is known color: Parsley. HEX triplet: 31, 59 and 35. RGB value is (49,89,53). Sum of RGB (Red+Green+Blue) = 49+89+53=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 89 (35.16% from 255 or 46.60% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 89 - color contains mainly: green. Hex color #315935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315935 is #CEA6CA. Grayscale: #494949. Windows color (decimal): -13543115 or 3496241. OLE color: 3496241.

HSL color Cylindrical-coordinate representation of color #315935: hue angle of 126º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #315935 is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 89 53 -
CMYK 0.45 0 0.40 0.65
HSL 126º 0.29% 0.27% -
HSV(B) 126º 0.45% 0.35% -
XYZ 5.48 8.05 4.63 -
YUV 72.94 116.75 110.93 -
System Red Green Blue C M Y K H S L
Decimal 49 89 53 0.45 0 0.40 0.65 126 0.29 0.27
Hex 31 59 35 2D 0 28 41 7E 1D 1B
Octal 61 131 65 55 0 50 101 176 35 33
Binary 110001 1011001 110101 101101 0 101000 1000001 1111110 11101 11011

Color Harmonies of #315935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315935

Black with #315935

Text Example


Text Example

White with #315935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315935; }

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

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

background-color css

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

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

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

border-color css

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

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

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