#1A7650

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

Shades of Salem #1A7650

Tints of Salem #1A7650

Color information

#1A7650 (or 0x1A7650) is unknown color: approx Salem. HEX triplet: 1A, 76 and 50. RGB value is (26,118,80). Sum of RGB (Red+Green+Blue) = 26+118+80=224 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.61% from 224); Green value is 118 (46.48% from 255 or 52.68% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 118 - color contains mainly: green. Hex color #1A7650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7650 is #E589AF. Grayscale: #565656. Windows color (decimal): -15042992 or 5273114. OLE color: 5273114.

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

Color convert

RGB2611880-
CMYK0.7800.320.54
HSL155.22º63.89%28.24%-
HSV(B)155.22º77.97%46.27%-
XYZ8.3513.769.8-
YUV86.16124.5285.09-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.61%
GREEN value IS 118 (46.48% from 255) = 52.68%
BLUE value IS 80 (31.64% from 255) = 35.71%
R=11.61%
G=52.68%
B=35.71%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal26118800.7800.320.54155.2263.8928.24
Hex1A76504E020369b401c
Octal321661201160406623310034
Binary11010111011010100001001110010000011011010011011100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,118,80); }

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

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

 a { background-color: rgb(26,118,80); }

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

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

 span { border-color: rgb(26,118,80); }

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