#127953

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

Shades of Salem #127953

Tints of Salem #127953

Color information

#127953 (or 0x127953) is unknown color: approx Salem. HEX triplet: 12, 79 and 53. RGB value is (18,121,83). Sum of RGB (Red+Green+Blue) = 18+121+83=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 121 (47.66% from 255 or 54.50% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 121 - color contains mainly: green. Hex color #127953 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127953 is #ED86AC. Grayscale: #555555. Windows color (decimal): -15566509 or 5470482. OLE color: 5470482.

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

Color convert

RGB1812183-
CMYK0.8500.310.53
HSL157.86º74.1%27.25%-
HSV(B)157.86º85.12%47.45%-
XYZ8.6514.4310.51-
YUV85.87126.3879.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.11%
GREEN value IS 121 (47.66% from 255) = 54.50%
BLUE value IS 83 (32.81% from 255) = 37.39%
R=8.11%
G=54.50%
B=37.39%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18121830.8500.310.53157.8674.127.25
Hex1279535501F359e4a1b
Octal221711231250376523611233
Binary1001011110011010011101010101111111010110011110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127953; }

 p { color: rgb(18,121,83); }

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

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

 a { background-color: rgb(18,121,83); }

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

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

 span { border-color: rgb(18,121,83); }

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