#128350

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

Shades of Salem #128350

Tints of Salem #128350

Color information

#128350 (or 0x128350) is unknown color: approx Salem. HEX triplet: 12, 83 and 50. RGB value is (18,131,80). Sum of RGB (Red+Green+Blue) = 18+131+80=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 131 (51.56% from 255 or 57.21% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 131 - color contains mainly: green. Hex color #128350 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128350 is #ED7CAF. Grayscale: #5B5B5B. Windows color (decimal): -15563952 or 5276434. OLE color: 5276434.

HSL color Cylindrical-coordinate representation of color #128350: hue angle of 152.92º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128350 is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB1813180-
CMYK0.8600.390.49
HSL152.92º75.84%29.22%-
HSV(B)152.92º86.26%51.37%-
XYZ9.8116.9410.34-
YUV91.4121.5675.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.86%
GREEN value IS 131 (51.56% from 255) = 57.21%
BLUE value IS 80 (31.64% from 255) = 34.93%
R=7.86%
G=57.21%
B=34.93%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18131800.8600.390.49152.9275.8429.22
Hex1283505602731994c1d
Octal222031201260476123111435
Binary100101000001110100001010110010011111000110011001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128350; }

 p { color: rgb(18,131,80); }

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

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

 a { background-color: rgb(18,131,80); }

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

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

 span { border-color: rgb(18,131,80); }

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