Html Css Color HEX #128456 Salem

📋 copy color: '#128456'

red 18 ◦ green 132 ◦ blue 86

#128456
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #128456

Tints of Salem #128456

RGB

 RED value IS 18 (7.42% from 255) = 7.63%

 GREEN value IS 132 (51.95% from 255) = 55.93%

 BLUE value IS 86 (33.98% from 255) = 36.44%

R = 7.63%
G = 55.93%
B = 36.44%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#128456 (or 0x128456) is known color: Salem. HEX triplet: 12, 84 and 56. RGB value is (18,132,86). Sum of RGB (Red+Green+Blue) = 18+132+86=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 132 (51.95% from 255 or 55.93% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 132 - color contains mainly: green. Hex color #128456 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128456 is #ED7BA9. Grayscale: #5C5C5C. Windows color (decimal): -15563690 or 5669906. OLE color: 5669906.

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

Color convert

RGB 18 132 86 -
CMYK 0.86 0 0.35 0.48
HSL 155.79º 0.76% 0.29% -
HSV(B) 155.79º 0.86% 0.52% -
XYZ 10.18 17.3 11.61 -
YUV 92.67 124.23 74.74 -
System Red Green Blue C M Y K H S L
Decimal 18 132 86 0.86 0 0.35 0.48 155.79 0.76 0.29
Hex 12 84 56 56 0 23 30 9C 4C 1D
Octal 22 204 126 126 0 43 60 234 114 35
Binary 10010 10000100 1010110 1010110 0 100011 110000 10011100 1001100 11101

Color Harmonies of #128456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128456

Black with #128456

Text Example


Text Example

White with #128456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128456; }

 p { color: rgb(18,132,86); }

 H1.HeaderClassName
 {
   color: #128456;
 }
 .AnyTagClassName
 {
   color: #128456;
 }
</style>

background-color css

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

 a { background-color: rgb(18,132,86); }

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

border-color css

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

 span { border-color: rgb(18,132,86); }

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