Html Css Color HEX #315135 Parsley

📋 copy color: '#315135'

red 49 ◦ green 81 ◦ blue 53

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

Shades of Parsley #315135

Tints of Parsley #315135

RGB

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

 GREEN value IS 81 (32.03% from 255) = 44.26%

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

R = 26.78%
G = 44.26%
B = 28.96%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.35

 K value IS 0.68

RGB Variations

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

Color information

#315135 (or 0x315135) is known color: Parsley. HEX triplet: 31, 51 and 35. RGB value is (49,81,53). Sum of RGB (Red+Green+Blue) = 49+81+53=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 81 - color contains mainly: green. Hex color #315135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315135 is #CEAECA. Grayscale: #444444. Windows color (decimal): -13545163 or 3494193. OLE color: 3494193.

HSL color Cylindrical-coordinate representation of color #315135: hue angle of 127.5º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #315135 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 81 53 -
CMYK 0.40 0 0.35 0.68
HSL 127.5º 0.25% 0.25% -
HSV(B) 127.5º 0.4% 0.32% -
XYZ 4.85 6.79 4.42 -
YUV 68.24 119.4 114.28 -
System Red Green Blue C M Y K H S L
Decimal 49 81 53 0.40 0 0.35 0.68 127.5 0.25 0.25
Hex 31 51 35 28 0 23 44 80 19 19
Octal 61 121 65 50 0 43 104 200 31 31
Binary 110001 1010001 110101 101000 0 100011 1000100 10000000 11001 11001

Color Harmonies of #315135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315135

Black with #315135

Text Example


Text Example

White with #315135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315135; }

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

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

background-color css

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

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

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

border-color css

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

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

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