#1F825B

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

Shades of Salem #1F825B

Tints of Salem #1F825B

Color information

#1F825B (or 0x1F825B) is unknown color: approx Salem. HEX triplet: 1F, 82 and 5B. RGB value is (31,130,91). Sum of RGB (Red+Green+Blue) = 31+130+91=252 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.30% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #1F825B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F825B is #E07DA4. Grayscale: #606060. Windows color (decimal): -14712229 or 5997087. OLE color: 5997087.

HSL color Cylindrical-coordinate representation of color #1F825B: hue angle of 156.36º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F825B is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB3113091-
CMYK0.7600.300.49
HSL156.36º61.49%31.57%-
HSV(B)156.36º76.15%50.98%-
XYZ10.4417.0112.63-
YUV95.95125.281.67-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.30%
GREEN value IS 130 (51.17% from 255) = 51.59%
BLUE value IS 91 (35.94% from 255) = 36.11%
R=12.30%
G=51.59%
B=36.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31130910.7600.300.49156.3661.4931.57
Hex1F825B4C01E319c3d20
Octal37202133114036612347540
Binary11111100000101011011100110001111011000110011100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,130,91); }

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

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

 a { background-color: rgb(31,130,91); }

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

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

 span { border-color: rgb(31,130,91); }

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