#316136

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

Shades of Parsley #316136

Tints of Parsley #316136

Color information

#316136 (or 0x316136) is unknown color: approx Parsley. HEX triplet: 31, 61 and 36. RGB value is (49,97,54). Sum of RGB (Red+Green+Blue) = 49+97+54=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 97 (38.28% from 255 or 48.5% from 200); Blue value is 54 (21.48% from 255 or 27% from 200); Max value from RGB is 97 - color contains mainly: green. Hex color #316136 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316136 is #CE9EC9. Grayscale: #4D4D4D. Windows color (decimal): -13541066 or 3563825. OLE color: 3563825.

HSL color Cylindrical-coordinate representation of color #316136: hue angle of 126.25º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #316136 is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB499754-
CMYK0.4900.440.62
HSL126.25º32.88%28.63%-
HSV(B)126.25º49.48%38.04%-
XYZ6.219.474.99-
YUV77.75114.6107.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.5%
GREEN value IS 97 (38.28% from 255) = 48.5%
BLUE value IS 54 (21.48% from 255) = 27%
R=24.5%
G=48.5%
B=27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4997540.4900.440.62126.2532.8828.63
Hex3161363102C3E7e211d
Octal611416661054761764135
Binary11000111000011101101100010101100111110111111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316136; }

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

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

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

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

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

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

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

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