#31612D

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

Shades of Parsley #31612D

Tints of Parsley #31612D

Color information

#31612D (or 0x31612D) is unknown color: approx Parsley. HEX triplet: 31, 61 and 2D. RGB value is (49,97,45). Sum of RGB (Red+Green+Blue) = 49+97+45=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #31612D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31612D is #CE9ED2. Grayscale: #4C4C4C. Windows color (decimal): -13541075 or 2974001. OLE color: 2974001.

HSL color Cylindrical-coordinate representation of color #31612D: hue angle of 115.38º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #31612D is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB499745-
CMYK0.4900.540.62
HSL115.38º36.62%27.84%-
HSV(B)115.38º53.61%38.04%-
XYZ6.019.393.98-
YUV76.72110.1108.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.65%
GREEN value IS 97 (38.28% from 255) = 50.79%
BLUE value IS 45 (17.97% from 255) = 23.56%
R=25.65%
G=50.79%
B=23.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4997450.4900.540.62115.3836.6227.84
Hex31612D310363E73251c
Octal611415561066761634534
Binary11000111000011011011100010110110111110111001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31612D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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