#1A7856

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

Shades of Salem #1A7856

Tints of Salem #1A7856

Color information

#1A7856 (or 0x1A7856) is unknown color: approx Salem. HEX triplet: 1A, 78 and 56. RGB value is (26,120,86). Sum of RGB (Red+Green+Blue) = 26+120+86=232 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.21% from 232); Green value is 120 (47.27% from 255 or 51.72% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 120 - color contains mainly: green. Hex color #1A7856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7856 is #E587A9. Grayscale: #585858. Windows color (decimal): -15042474 or 5666842. OLE color: 5666842.

HSL color Cylindrical-coordinate representation of color #1A7856: hue angle of 158.3º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7856 is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB2612086-
CMYK0.7800.280.53
HSL158.3º64.38%28.63%-
HSV(B)158.3º78.33%47.06%-
XYZ8.8214.3211.1-
YUV88.02126.8683.76-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.21%
GREEN value IS 120 (47.27% from 255) = 51.72%
BLUE value IS 86 (33.98% from 255) = 37.07%
R=11.21%
G=51.72%
B=37.07%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal26120860.7800.280.53158.364.3828.63
Hex1A78564E01C359e401d
Octal321701261160346523610035
Binary1101011110001010110100111001110011010110011110100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,120,86); }

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

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

 a { background-color: rgb(26,120,86); }

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

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

 span { border-color: rgb(26,120,86); }

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