#129058

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

Shades of Salem #129058

Tints of Salem #129058

Color information

#129058 (or 0x129058) is unknown color: approx Salem. HEX triplet: 12, 90 and 58. RGB value is (18,144,88). Sum of RGB (Red+Green+Blue) = 18+144+88=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 144 (56.64% from 255 or 57.6% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 144 - color contains mainly: green. Hex color #129058 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129058 is #ED6FA7. Grayscale: #646464. Windows color (decimal): -15560616 or 5804050. OLE color: 5804050.

HSL color Cylindrical-coordinate representation of color #129058: hue angle of 153.33º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129058 is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB1814488-
CMYK0.8800.390.44
HSL153.33º77.78%31.76%-
HSV(B)153.33º87.5%56.47%-
XYZ11.9820.7812.61-
YUV99.94121.2669.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.2%
GREEN value IS 144 (56.64% from 255) = 57.6%
BLUE value IS 88 (34.77% from 255) = 35.2%
R=7.2%
G=57.6%
B=35.2%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18144880.8800.390.44153.3377.7831.76
Hex129058580272C994e20
Octal222201301300475423111640
Binary1001010010000101100010110000100111101100100110011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129058; }

 p { color: rgb(18,144,88); }

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

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

 a { background-color: rgb(18,144,88); }

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

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

 span { border-color: rgb(18,144,88); }

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