#1A764B

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

Shades of Salem #1A764B

Tints of Salem #1A764B

Color information

#1A764B (or 0x1A764B) is unknown color: approx Salem. HEX triplet: 1A, 76 and 4B. RGB value is (26,118,75). Sum of RGB (Red+Green+Blue) = 26+118+75=219 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.87% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #1A764B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A764B is #E589B4. Grayscale: #555555. Windows color (decimal): -15042997 or 4945434. OLE color: 4945434.

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

Color convert

RGB2611875-
CMYK0.7800.360.54
HSL151.96º63.89%28.24%-
HSV(B)151.96º77.97%46.27%-
XYZ8.1713.688.87-
YUV85.59122.0285.5-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.87%
GREEN value IS 118 (46.48% from 255) = 53.88%
BLUE value IS 75 (29.69% from 255) = 34.25%
R=11.87%
G=53.88%
B=34.25%

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
Decimal26118750.7800.360.54151.9663.8928.24
Hex1A764B4E0243698401c
Octal321661131160446623010034
Binary11010111011010010111001110010010011011010011000100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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