Html Css Color HEX #31572E Parsley

📋 copy color: '#31572E'

red 49 ◦ green 87 ◦ blue 46

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

Shades of Parsley #31572E

Tints of Parsley #31572E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 47.8%

 BLUE value IS 46 (18.36% from 255) = 25.27%

R = 26.92%
G = 47.8%
B = 25.27%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.47

 K value IS 0.66

RGB Variations

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

Color information

#31572E (or 0x31572E) is known color: Parsley. HEX triplet: 31, 57 and 2E. RGB value is (49,87,46). Sum of RGB (Red+Green+Blue) = 49+87+46=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 87 (34.38% from 255 or 47.80% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 87 - color contains mainly: green. Hex color #31572E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31572E is #CEA8D1. Grayscale: #474747. Windows color (decimal): -13543634 or 3036977. OLE color: 3036977.

HSL color Cylindrical-coordinate representation of color #31572E: hue angle of 115.61º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31572E is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 87 46 -
CMYK 0.44 0 0.47 0.66
HSL 115.61º 0.31% 0.26% -
HSV(B) 115.61º 0.47% 0.34% -
XYZ 5.17 7.67 3.79 -
YUV 70.96 113.91 112.33 -
System Red Green Blue C M Y K H S L
Decimal 49 87 46 0.44 0 0.47 0.66 115.61 0.31 0.26
Hex 31 57 2E 2C 0 2F 42 74 1F 1A
Octal 61 127 56 54 0 57 102 164 37 32
Binary 110001 1010111 101110 101100 0 101111 1000010 1110100 11111 11010

Color Harmonies of #31572E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31572E

Black with #31572E

Text Example


Text Example

White with #31572E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31572E; }

 p { color: rgb(49,87,46); }

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

background-color css

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

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

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

border-color css

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

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

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