#316036

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

Shades of Parsley #316036

Tints of Parsley #316036

Color information

#316036 (or 0x316036) is unknown color: approx Parsley. HEX triplet: 31, 60 and 36. RGB value is (49,96,54). Sum of RGB (Red+Green+Blue) = 49+96+54=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #316036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316036 is #CE9FC9. Grayscale: #4D4D4D. Windows color (decimal): -13541322 or 3563569. OLE color: 3563569.

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

Color convert

RGB499654-
CMYK0.4900.440.62
HSL126.38º32.41%28.43%-
HSV(B)126.38º48.96%37.65%-
XYZ6.129.294.96-
YUV77.16114.93107.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.62%
GREEN value IS 96 (37.89% from 255) = 48.24%
BLUE value IS 54 (21.48% from 255) = 27.14%
R=24.62%
G=48.24%
B=27.14%

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
Decimal4996540.4900.440.62126.3832.4128.43
Hex3160363102C3E7e201c
Octal611406661054761764034
Binary11000111000001101101100010101100111110111111010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316036; }

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

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

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

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

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

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

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

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