Html Css Color HEX #315134 Parsley

📋 copy color: '#315134'

red 49 ◦ green 81 ◦ blue 52

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

Shades of Parsley #315134

Tints of Parsley #315134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 28.57%

R = 26.92%
G = 44.51%
B = 28.57%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.36

 K value IS 0.68

RGB Variations

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

Color information

#315134 (or 0x315134) is known color: Parsley. HEX triplet: 31, 51 and 34. RGB value is (49,81,52). Sum of RGB (Red+Green+Blue) = 49+81+52=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 52 (20.70% from 255 or 28.57% from 182); Max value from RGB is 81 - color contains mainly: green. Hex color #315134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315134 is #CEAECB. Grayscale: #444444. Windows color (decimal): -13545164 or 3428657. OLE color: 3428657.

HSL color Cylindrical-coordinate representation of color #315134: hue angle of 125.62º 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 #315134 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 81 52 -
CMYK 0.40 0 0.36 0.68
HSL 125.63º 0.25% 0.25% -
HSV(B) 125.63º 0.4% 0.32% -
XYZ 4.83 6.79 4.3 -
YUV 68.13 118.9 114.36 -
System Red Green Blue C M Y K H S L
Decimal 49 81 52 0.40 0 0.36 0.68 125.63 0.25 0.25
Hex 31 51 34 28 0 24 44 7E 19 19
Octal 61 121 64 50 0 44 104 176 31 31
Binary 110001 1010001 110100 101000 0 100100 1000100 1111110 11001 11001

Color Harmonies of #315134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315134

Black with #315134

Text Example


Text Example

White with #315134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315134; }

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

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

background-color css

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

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

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

border-color css

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

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

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