#1A8C52

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

Shades of Salem #1A8C52

Tints of Salem #1A8C52

Color information

#1A8C52 (or 0x1A8C52) is unknown color: approx Salem. HEX triplet: 1A, 8C and 52. RGB value is (26,140,82). Sum of RGB (Red+Green+Blue) = 26+140+82=248 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.48% from 248); Green value is 140 (55.08% from 255 or 56.45% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 140 - color contains mainly: green. Hex color #1A8C52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8C52 is #E573AD. Grayscale: #636363. Windows color (decimal): -15037358 or 5409818. OLE color: 5409818.

HSL color Cylindrical-coordinate representation of color #1A8C52: hue angle of 149.47º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8C52 is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB2614082-
CMYK0.8100.410.45
HSL149.47º68.67%32.55%-
HSV(B)149.47º81.43%54.9%-
XYZ11.3319.5811.17-
YUV99.3118.2375.72-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.48%
GREEN value IS 140 (55.08% from 255) = 56.45%
BLUE value IS 82 (32.42% from 255) = 33.06%
R=10.48%
G=56.45%
B=33.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal26140820.8100.410.45149.4768.6732.55
Hex1A8C52510292D954521
Octal322141221210515522510541
Binary1101010001100101001010100010101001101101100101011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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