#1A7751

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

Shades of Salem #1A7751

Tints of Salem #1A7751

Color information

#1A7751 (or 0x1A7751) is unknown color: approx Salem. HEX triplet: 1A, 77 and 51. RGB value is (26,119,81). Sum of RGB (Red+Green+Blue) = 26+119+81=226 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.50% from 226); Green value is 119 (46.88% from 255 or 52.65% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 119 - color contains mainly: green. Hex color #1A7751 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7751 is #E588AE. Grayscale: #565656. Windows color (decimal): -15042735 or 5338906. OLE color: 5338906.

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

Color convert

RGB2611981-
CMYK0.7800.320.53
HSL155.48º64.14%28.43%-
HSV(B)155.48º78.15%46.67%-
XYZ8.5114.0110.04-
YUV86.86124.6984.59-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.50%
GREEN value IS 119 (46.88% from 255) = 52.65%
BLUE value IS 81 (32.03% from 255) = 35.84%
R=11.50%
G=52.65%
B=35.84%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal26119810.7800.320.53155.4864.1428.43
Hex1A77514E020359b401c
Octal321671211160406523310034
Binary11010111011110100011001110010000011010110011011100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,119,81); }

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

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

 a { background-color: rgb(26,119,81); }

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

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

 span { border-color: rgb(26,119,81); }

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