#1A744F

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

Shades of Salem #1A744F

Tints of Salem #1A744F

Color information

#1A744F (or 0x1A744F) is unknown color: approx Salem. HEX triplet: 1A, 74 and 4F. RGB value is (26,116,79). Sum of RGB (Red+Green+Blue) = 26+116+79=221 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.76% from 221); Green value is 116 (45.70% from 255 or 52.49% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 116 - color contains mainly: green. Hex color #1A744F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A744F is #E58BB0. Grayscale: #545454. Windows color (decimal): -15043505 or 5207066. OLE color: 5207066.

HSL color Cylindrical-coordinate representation of color #1A744F: hue angle of 155.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 #1A744F is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB2611679-
CMYK0.7800.320.55
HSL155.33º63.38%27.84%-
HSV(B)155.33º77.59%45.49%-
XYZ8.0813.279.53-
YUV84.87124.6886.01-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.76%
GREEN value IS 116 (45.70% from 255) = 52.49%
BLUE value IS 79 (31.25% from 255) = 35.75%
R=11.76%
G=52.49%
B=35.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26116790.7800.320.55155.3363.3827.84
Hex1A744F4E020379b3f1c
Octal32164117116040672337734
Binary1101011101001001111100111001000001101111001101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A744F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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