#1A7452

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

Shades of Salem #1A7452

Tints of Salem #1A7452

Color information

#1A7452 (or 0x1A7452) is unknown color: approx Salem. HEX triplet: 1A, 74 and 52. RGB value is (26,116,82). Sum of RGB (Red+Green+Blue) = 26+116+82=224 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.61% from 224); Green value is 116 (45.70% from 255 or 51.79% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 116 - color contains mainly: green. Hex color #1A7452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7452 is #E58BAD. Grayscale: #555555. Windows color (decimal): -15043502 or 5403674. OLE color: 5403674.

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

Color convert

RGB2611682-
CMYK0.7800.290.55
HSL157.33º63.38%27.84%-
HSV(B)157.33º77.59%45.49%-
XYZ8.1913.3210.12-
YUV85.21126.1885.76-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.61%
GREEN value IS 116 (45.70% from 255) = 51.79%
BLUE value IS 82 (32.42% from 255) = 36.61%
R=11.61%
G=51.79%
B=36.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26116820.7800.290.55157.3363.3827.84
Hex1A74524E01D379d3f1c
Octal32164122116035672357734
Binary110101110100101001010011100111011101111001110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,116,82); }

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

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

 a { background-color: rgb(26,116,82); }

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

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

 span { border-color: rgb(26,116,82); }

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