#31532E

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

Shades of Parsley #31532E

Tints of Parsley #31532E

Color information

#31532E (or 0x31532E) is unknown color: approx Parsley. HEX triplet: 31, 53 and 2E. RGB value is (49,83,46). Sum of RGB (Red+Green+Blue) = 49+83+46=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 83 - color contains mainly: green. Hex color #31532E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31532E is #CEACD1. Grayscale: #444444. Windows color (decimal): -13544658 or 3035953. OLE color: 3035953.

HSL color Cylindrical-coordinate representation of color #31532E: hue angle of 115.14º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #31532E is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB498346-
CMYK0.4100.450.67
HSL115.14º28.68%25.29%-
HSV(B)115.14º44.58%32.55%-
XYZ4.857.043.69-
YUV68.62115.24114.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.53%
GREEN value IS 83 (32.81% from 255) = 46.63%
BLUE value IS 46 (18.36% from 255) = 25.84%
R=27.53%
G=46.63%
B=25.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4983460.4100.450.67115.1428.6825.29
Hex31532E2902D43731d19
Octal6112356510551031633531
Binary11000110100111011101010010101101100001111100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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