#127652

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

Shades of Salem #127652

Tints of Salem #127652

Color information

#127652 (or 0x127652) is unknown color: approx Salem. HEX triplet: 12, 76 and 52. RGB value is (18,118,82). Sum of RGB (Red+Green+Blue) = 18+118+82=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 118 (46.48% from 255 or 54.13% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 118 - color contains mainly: green. Hex color #127652 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127652 is #ED89AD. Grayscale: #545454. Windows color (decimal): -15567278 or 5404178. OLE color: 5404178.

HSL color Cylindrical-coordinate representation of color #127652: hue angle of 158.4º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127652 is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB1811882-
CMYK0.8500.310.54
HSL158.4º73.53%26.67%-
HSV(B)158.4º84.75%46.27%-
XYZ8.2513.6910.19-
YUV84126.8780.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.26%
GREEN value IS 118 (46.48% from 255) = 54.13%
BLUE value IS 82 (32.42% from 255) = 37.61%
R=8.26%
G=54.13%
B=37.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18118820.8500.310.54158.473.5326.67
Hex1276525501F369e4a1b
Octal221661221250376623611233
Binary1001011101101010010101010101111111011010011110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127652; }

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

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

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

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

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

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

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

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