#1A7652

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

Shades of Salem #1A7652

Tints of Salem #1A7652

Color information

#1A7652 (or 0x1A7652) is unknown color: approx Salem. HEX triplet: 1A, 76 and 52. RGB value is (26,118,82). Sum of RGB (Red+Green+Blue) = 26+118+82=226 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.50% from 226); Green value is 118 (46.48% from 255 or 52.21% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 118 - color contains mainly: green. Hex color #1A7652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7652 is #E589AD. Grayscale: #565656. Windows color (decimal): -15042990 or 5404186. OLE color: 5404186.

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

Color convert

RGB2611882-
CMYK0.7800.310.54
HSL156.52º63.89%28.24%-
HSV(B)156.52º77.97%46.27%-
XYZ8.4313.7910.2-
YUV86.39125.5284.93-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.50%
GREEN value IS 118 (46.48% from 255) = 52.21%
BLUE value IS 82 (32.42% from 255) = 36.28%
R=11.50%
G=52.21%
B=36.28%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal26118820.7800.310.54156.5263.8928.24
Hex1A76524E01F369d401c
Octal321661221160376623510034
Binary1101011101101010010100111001111111011010011101100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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