#1A724F

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

Shades of Salem #1A724F

Tints of Salem #1A724F

Color information

#1A724F (or 0x1A724F) is unknown color: approx Salem. HEX triplet: 1A, 72 and 4F. RGB value is (26,114,79). Sum of RGB (Red+Green+Blue) = 26+114+79=219 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.87% from 219); Green value is 114 (44.92% from 255 or 52.05% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 114 - color contains mainly: green. Hex color #1A724F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A724F is #E58DB0. Grayscale: #535353. Windows color (decimal): -15044017 or 5206554. OLE color: 5206554.

HSL color Cylindrical-coordinate representation of color #1A724F: hue angle of 156.14º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A724F is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB2611479-
CMYK0.7700.310.55
HSL156.14º62.86%27.45%-
HSV(B)156.14º77.19%44.71%-
XYZ7.8512.829.46-
YUV83.7125.3586.85-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.87%
GREEN value IS 114 (44.92% from 255) = 52.05%
BLUE value IS 79 (31.25% from 255) = 36.07%
R=11.87%
G=52.05%
B=36.07%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26114790.7700.310.55156.1462.8627.45
Hex1A724F4D01F379c3f1b
Octal32162117115037672347733
Binary110101110010100111110011010111111101111001110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A724F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,114,79); }

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

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

 a { background-color: rgb(26,114,79); }

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

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

 span { border-color: rgb(26,114,79); }

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