#316537

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

Shades of Parsley #316537

Tints of Parsley #316537

Color information

#316537 (or 0x316537) is unknown color: approx Parsley. HEX triplet: 31, 65 and 37. RGB value is (49,101,55). Sum of RGB (Red+Green+Blue) = 49+101+55=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 101 (39.84% from 255 or 49.27% from 205); Blue value is 55 (21.88% from 255 or 26.83% from 205); Max value from RGB is 101 - color contains mainly: green. Hex color #316537 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316537 is #CE9AC8. Grayscale: #505050. Windows color (decimal): -13540041 or 3630385. OLE color: 3630385.

HSL color Cylindrical-coordinate representation of color #316537: hue angle of 126.92º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316537 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.60.

Color convert

RGB4910155-
CMYK0.5100.460.60
HSL126.92º34.67%29.41%-
HSV(B)126.92º51.49%39.61%-
XYZ6.6110.245.24-
YUV80.21113.77105.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.90%
GREEN value IS 101 (39.84% from 255) = 49.27%
BLUE value IS 55 (21.88% from 255) = 26.83%
R=23.90%
G=49.27%
B=26.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49101550.5100.460.60126.9234.6729.41
Hex3165373302E3C7f231d
Octal611456763056741774335
Binary11000111001011101111100110101110111100111111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316537; }

 p { color: rgb(49,101,55); }

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

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

 a { background-color: rgb(49,101,55); }

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

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

 span { border-color: rgb(49,101,55); }

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