Html Css Color HEX #315331 Parsley

📋 copy color: '#315331'

red 49 ◦ green 83 ◦ blue 49

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

Shades of Parsley #315331

Tints of Parsley #315331

RGB

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

 GREEN value IS 83 (32.81% from 255) = 45.86%

 BLUE value IS 49 (19.53% from 255) = 27.07%

R = 27.07%
G = 45.86%
B = 27.07%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#315331 (or 0x315331) is known color: Parsley. HEX triplet: 31, 53 and 31. RGB value is (49,83,49). Sum of RGB (Red+Green+Blue) = 49+83+49=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 49 (19.53% from 255 or 27.07% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #315331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315331 is #CEACCE. Grayscale: #454545. Windows color (decimal): -13544655 or 3232561. OLE color: 3232561.

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

Color convert

RGB 49 83 49 -
CMYK 0.41 0 0.41 0.67
HSL 120º 0.26% 0.26% -
HSV(B) 120º 0.41% 0.33% -
XYZ 4.91 7.06 4.01 -
YUV 68.96 116.74 113.76 -
System Red Green Blue C M Y K H S L
Decimal 49 83 49 0.41 0 0.41 0.67 120 0.26 0.26
Hex 31 53 31 29 0 29 43 78 1A 1A
Octal 61 123 61 51 0 51 103 170 32 32
Binary 110001 1010011 110001 101001 0 101001 1000011 1111000 11010 11010

Color Harmonies of #315331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315331

Black with #315331

Text Example


Text Example

White with #315331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315331; }

 p { color: rgb(49,83,49); }

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

background-color css

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

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

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

border-color css

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

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

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