#1A7852

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

Shades of Salem #1A7852

Tints of Salem #1A7852

Color information

#1A7852 (or 0x1A7852) is unknown color: approx Salem. HEX triplet: 1A, 78 and 52. RGB value is (26,120,82). Sum of RGB (Red+Green+Blue) = 26+120+82=228 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.40% from 228); Green value is 120 (47.27% from 255 or 52.63% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 120 - color contains mainly: green. Hex color #1A7852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7852 is #E587AD. Grayscale: #575757. Windows color (decimal): -15042478 or 5404698. OLE color: 5404698.

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

Color convert

RGB2612082-
CMYK0.7800.320.53
HSL155.74º64.38%28.63%-
HSV(B)155.74º78.33%47.06%-
XYZ8.6714.2610.28-
YUV87.56124.8684.09-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.40%
GREEN value IS 120 (47.27% from 255) = 52.63%
BLUE value IS 82 (32.42% from 255) = 35.96%
R=11.40%
G=52.63%
B=35.96%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal26120820.7800.320.53155.7464.3828.63
Hex1A78524E020359c401d
Octal321701221160406523410035
Binary11010111100010100101001110010000011010110011100100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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