#1A764C

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

Shades of Salem #1A764C

Tints of Salem #1A764C

Color information

#1A764C (or 0x1A764C) is unknown color: approx Salem. HEX triplet: 1A, 76 and 4C. RGB value is (26,118,76). Sum of RGB (Red+Green+Blue) = 26+118+76=220 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.82% from 220); Green value is 118 (46.48% from 255 or 53.64% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 118 - color contains mainly: green. Hex color #1A764C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A764C is #E589B3. Grayscale: #555555. Windows color (decimal): -15042996 or 5010970. OLE color: 5010970.

HSL color Cylindrical-coordinate representation of color #1A764C: hue angle of 152.61º 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 #1A764C is Cyan = 0.78, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB2611876-
CMYK0.7800.360.54
HSL152.61º63.89%28.24%-
HSV(B)152.61º77.97%46.27%-
XYZ8.2113.79.05-
YUV85.7122.5285.42-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.82%
GREEN value IS 118 (46.48% from 255) = 53.64%
BLUE value IS 76 (30.08% from 255) = 34.55%
R=11.82%
G=53.64%
B=34.55%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal26118760.7800.360.54152.6163.8928.24
Hex1A764C4E0243699401c
Octal321661141160446623110034
Binary11010111011010011001001110010010011011010011001100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A764C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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