#1A7658

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

Shades of Salem #1A7658

Tints of Salem #1A7658

Color information

#1A7658 (or 0x1A7658) is unknown color: approx Salem. HEX triplet: 1A, 76 and 58. RGB value is (26,118,88). Sum of RGB (Red+Green+Blue) = 26+118+88=232 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.21% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #1A7658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7658 is #E589A7. Grayscale: #575757. Windows color (decimal): -15042984 or 5797402. OLE color: 5797402.

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

Color convert

RGB2611888-
CMYK0.7800.250.54
HSL160.43º63.89%28.24%-
HSV(B)160.43º77.97%46.27%-
XYZ8.6713.8811.46-
YUV87.07128.5284.44-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.21%
GREEN value IS 118 (46.48% from 255) = 50.86%
BLUE value IS 88 (34.77% from 255) = 37.93%
R=11.21%
G=50.86%
B=37.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal26118880.7800.250.54160.4363.8928.24
Hex1A76584E01936a0401c
Octal321661301160316624010034
Binary1101011101101011000100111001100111011010100000100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,118,88); }

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

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

 a { background-color: rgb(26,118,88); }

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

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

 span { border-color: rgb(26,118,88); }

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