#31592F

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

Shades of Parsley #31592F

Tints of Parsley #31592F

Color information

#31592F (or 0x31592F) is unknown color: approx Parsley. HEX triplet: 31, 59 and 2F. RGB value is (49,89,47). Sum of RGB (Red+Green+Blue) = 49+89+47=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 89 (35.16% from 255 or 48.11% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 89 - color contains mainly: green. Hex color #31592F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31592F is #CEA6D0. Grayscale: #484848. Windows color (decimal): -13543121 or 3103025. OLE color: 3103025.

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

Color convert

RGB498947-
CMYK0.4500.470.65
HSL117.14º30.88%26.67%-
HSV(B)117.14º47.19%34.9%-
XYZ5.3583.95-
YUV72.25113.75111.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.49%
GREEN value IS 89 (35.16% from 255) = 48.11%
BLUE value IS 47 (18.75% from 255) = 25.41%
R=26.49%
G=48.11%
B=25.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4989470.4500.470.65117.1430.8826.67
Hex31592F2D02F41751f1b
Octal6113157550571011653733
Binary11000110110011011111011010101111100000111101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31592F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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