#31582E

Color #31582E Parsley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parsley #31582E

Tints of Parsley #31582E

Color information

#31582E (or 0x31582E) is unknown color: approx Parsley. HEX triplet: 31, 58 and 2E. RGB value is (49,88,46). Sum of RGB (Red+Green+Blue) = 49+88+46=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 88 (34.77% from 255 or 48.09% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 88 - color contains mainly: green. Hex color #31582E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31582E is #CEA7D1. Grayscale: #474747. Windows color (decimal): -13543378 or 3037233. OLE color: 3037233.

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

Color convert

RGB498846-
CMYK0.4400.480.65
HSL115.71º31.34%26.27%-
HSV(B)115.71º47.73%34.51%-
XYZ5.257.833.82-
YUV71.55113.58111.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.78%
GREEN value IS 88 (34.77% from 255) = 48.09%
BLUE value IS 46 (18.36% from 255) = 25.14%
R=26.78%
G=48.09%
B=25.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4988460.4400.480.65115.7131.3426.27
Hex31582E2C03041741f1a
Octal6113056540601011643732
Binary11000110110001011101011000110000100000111101001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31582E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31582E;
 }
 .AnyTagClassName
 {
   color: #31582E;
 }
</style>
background-color css

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

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

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

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

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

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