#31592D

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

Shades of Parsley #31592D

Tints of Parsley #31592D

Color information

#31592D (or 0x31592D) is unknown color: approx Parsley. HEX triplet: 31, 59 and 2D. RGB value is (49,89,45). Sum of RGB (Red+Green+Blue) = 49+89+45=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 89 (35.16% from 255 or 48.63% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 89 - color contains mainly: green. Hex color #31592D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31592D is #CEA6D2. Grayscale: #484848. Windows color (decimal): -13543123 or 2971953. OLE color: 2971953.

HSL color Cylindrical-coordinate representation of color #31592D: hue angle of 114.55º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #31592D is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB498945-
CMYK0.4500.490.65
HSL114.55º32.84%26.27%-
HSV(B)114.55º49.44%34.9%-
XYZ5.317.993.74-
YUV72.02112.75111.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.78%
GREEN value IS 89 (35.16% from 255) = 48.63%
BLUE value IS 45 (17.97% from 255) = 24.59%
R=26.78%
G=48.63%
B=24.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4989450.4500.490.65114.5532.8426.27
Hex31592D2D0314173211a
Octal6113155550611011634132
Binary110001101100110110110110101100011000001111001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31592D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31592D; }

 p { color: rgb(49,89,45); }

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

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

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

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

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

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

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