#1A7755

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

Shades of Salem #1A7755

Tints of Salem #1A7755

Color information

#1A7755 (or 0x1A7755) is unknown color: approx Salem. HEX triplet: 1A, 77 and 55. RGB value is (26,119,85). Sum of RGB (Red+Green+Blue) = 26+119+85=230 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.30% from 230); Green value is 119 (46.88% from 255 or 51.74% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 119 - color contains mainly: green. Hex color #1A7755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7755 is #E588AA. Grayscale: #575757. Windows color (decimal): -15042731 or 5601050. OLE color: 5601050.

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

Color convert

RGB2611985-
CMYK0.7800.290.53
HSL158.06º64.14%28.43%-
HSV(B)158.06º78.15%46.67%-
XYZ8.6614.0710.85-
YUV87.32126.6984.26-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.30%
GREEN value IS 119 (46.88% from 255) = 51.74%
BLUE value IS 85 (33.59% from 255) = 36.96%
R=11.30%
G=51.74%
B=36.96%

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
Decimal26119850.7800.290.53158.0664.1428.43
Hex1A77554E01D359e401c
Octal321671251160356523610034
Binary1101011101111010101100111001110111010110011110100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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