#1A7754

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

Shades of Salem #1A7754

Tints of Salem #1A7754

Color information

#1A7754 (or 0x1A7754) is unknown color: approx Salem. HEX triplet: 1A, 77 and 54. RGB value is (26,119,84). Sum of RGB (Red+Green+Blue) = 26+119+84=229 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.35% from 229); Green value is 119 (46.88% from 255 or 51.97% from 229); Blue value is 84 (33.20% from 255 or 36.68% from 229); Max value from RGB is 119 - color contains mainly: green. Hex color #1A7754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7754 is #E588AB. Grayscale: #575757. Windows color (decimal): -15042732 or 5535514. OLE color: 5535514.

HSL color Cylindrical-coordinate representation of color #1A7754: hue angle of 157.42º 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 #1A7754 is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB2611984-
CMYK0.7800.290.53
HSL157.42º64.14%28.43%-
HSV(B)157.42º78.15%46.67%-
XYZ8.6214.0510.65-
YUV87.2126.1984.35-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.35%
GREEN value IS 119 (46.88% from 255) = 51.97%
BLUE value IS 84 (33.20% from 255) = 36.68%
R=11.35%
G=51.97%
B=36.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal26119840.7800.290.53157.4264.1428.43
Hex1A77544E01D359d401c
Octal321671241160356523510034
Binary1101011101111010100100111001110111010110011101100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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