#31532F

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

Shades of Parsley #31532F

Tints of Parsley #31532F

Color information

#31532F (or 0x31532F) is unknown color: approx Parsley. HEX triplet: 31, 53 and 2F. RGB value is (49,83,47). Sum of RGB (Red+Green+Blue) = 49+83+47=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 83 - color contains mainly: green. Hex color #31532F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31532F is #CEACD0. Grayscale: #444444. Windows color (decimal): -13544657 or 3101489. OLE color: 3101489.

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

Color convert

RGB498347-
CMYK0.4100.430.67
HSL116.67º27.69%25.49%-
HSV(B)116.67º43.37%32.55%-
XYZ4.877.043.79-
YUV68.73115.74113.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.37%
GREEN value IS 83 (32.81% from 255) = 46.37%
BLUE value IS 47 (18.75% from 255) = 26.26%
R=27.37%
G=46.37%
B=26.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4983470.4100.430.67116.6727.6925.49
Hex31532F2902B43751c19
Octal6112357510531031653431
Binary11000110100111011111010010101011100001111101011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31532F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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