#128948

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

Shades of Salem #128948

Tints of Salem #128948

Color information

#128948 (or 0x128948) is unknown color: approx Salem. HEX triplet: 12, 89 and 48. RGB value is (18,137,72). Sum of RGB (Red+Green+Blue) = 18+137+72=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 137 (53.91% from 255 or 60.35% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 137 - color contains mainly: green. Hex color #128948 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128948 is #ED76B7. Grayscale: #5E5E5E. Windows color (decimal): -15562424 or 4753682. OLE color: 4753682.

HSL color Cylindrical-coordinate representation of color #128948: hue angle of 147.23º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128948 is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB1813772-
CMYK0.8700.470.46
HSL147.23º76.77%30.39%-
HSV(B)147.23º86.86%53.73%-
XYZ10.3618.499.15-
YUV94.01115.5873.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 137 (53.91% from 255) = 60.35%
BLUE value IS 72 (28.52% from 255) = 31.72%
R=7.93%
G=60.35%
B=31.72%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18137720.8700.470.46147.2376.7730.39
Hex1289485702F2E934d1e
Octal222111101270575622311536
Binary100101000100110010001010111010111110111010010011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128948; }

 p { color: rgb(18,137,72); }

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

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

 a { background-color: rgb(18,137,72); }

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

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

 span { border-color: rgb(18,137,72); }

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