#1A8752

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

Shades of Salem #1A8752

Tints of Salem #1A8752

Color information

#1A8752 (or 0x1A8752) is unknown color: approx Salem. HEX triplet: 1A, 87 and 52. RGB value is (26,135,82). Sum of RGB (Red+Green+Blue) = 26+135+82=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 135 (53.12% from 255 or 55.56% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 135 - color contains mainly: green. Hex color #1A8752 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8752 is #E578AD. Grayscale: #606060. Windows color (decimal): -15038638 or 5408538. OLE color: 5408538.

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

Color convert

RGB2613582-
CMYK0.8100.390.47
HSL150.83º67.7%31.57%-
HSV(B)150.83º80.74%52.94%-
XYZ10.6118.1610.93-
YUV96.37119.8977.81-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.70%
GREEN value IS 135 (53.12% from 255) = 55.56%
BLUE value IS 82 (32.42% from 255) = 33.74%
R=10.70%
G=55.56%
B=33.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal26135820.8100.390.47150.8367.731.57
Hex1A8752510272F974420
Octal322071221210475722710440
Binary1101010000111101001010100010100111101111100101111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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