#1F8651

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

Shades of Salem #1F8651

Tints of Salem #1F8651

Color information

#1F8651 (or 0x1F8651) is unknown color: approx Salem. HEX triplet: 1F, 86 and 51. RGB value is (31,134,81). Sum of RGB (Red+Green+Blue) = 31+134+81=246 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.60% from 246); Green value is 134 (52.73% from 255 or 54.47% from 246); Blue value is 81 (32.03% from 255 or 32.93% from 246); Max value from RGB is 134 - color contains mainly: green. Hex color #1F8651 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8651 is #E079AE. Grayscale: #616161. Windows color (decimal): -14711215 or 5342751. OLE color: 5342751.

HSL color Cylindrical-coordinate representation of color #1F8651: hue angle of 149.13º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8651 is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB3113481-
CMYK0.7700.400.47
HSL149.13º62.42%32.35%-
HSV(B)149.13º76.87%52.55%-
XYZ10.5817.9410.69-
YUV97.16118.8880.81-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.60%
GREEN value IS 134 (52.73% from 255) = 54.47%
BLUE value IS 81 (32.03% from 255) = 32.93%
R=12.60%
G=54.47%
B=32.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31134810.7700.400.47149.1362.4232.35
Hex1F86514D0282F953e20
Octal37206121115050572257640
Binary111111000011010100011001101010100010111110010101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F8651; }

 p { color: rgb(31,134,81); }

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

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

 a { background-color: rgb(31,134,81); }

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

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

 span { border-color: rgb(31,134,81); }

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