#1A7952

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

Shades of Salem #1A7952

Tints of Salem #1A7952

Color information

#1A7952 (or 0x1A7952) is unknown color: approx Salem. HEX triplet: 1A, 79 and 52. RGB value is (26,121,82). Sum of RGB (Red+Green+Blue) = 26+121+82=229 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.35% from 229); Green value is 121 (47.66% from 255 or 52.84% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 121 - color contains mainly: green. Hex color #1A7952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7952 is #E586AD. Grayscale: #585858. Windows color (decimal): -15042222 or 5404954. OLE color: 5404954.

HSL color Cylindrical-coordinate representation of color #1A7952: hue angle of 155.37º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A7952 is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB2612182-
CMYK0.7900.320.53
HSL155.37º64.63%28.82%-
HSV(B)155.37º78.51%47.45%-
XYZ8.7914.510.32-
YUV88.15124.5383.67-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.35%
GREEN value IS 121 (47.66% from 255) = 52.84%
BLUE value IS 82 (32.42% from 255) = 35.81%
R=11.35%
G=52.84%
B=35.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal26121820.7900.320.53155.3764.6328.82
Hex1A79524F020359b411d
Octal321711221170406523310135
Binary11010111100110100101001111010000011010110011011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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