Html Css Color HEX #127551 Salem

📋 copy color: '#127551'

red 18 ◦ green 117 ◦ blue 81

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

Shades of Salem #127551

Tints of Salem #127551

RGB

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

 GREEN value IS 117 (46.09% from 255) = 54.17%

 BLUE value IS 81 (32.03% from 255) = 37.5%

R = 8.33%
G = 54.17%
B = 37.5%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#127551 (or 0x127551) is known color: Salem. HEX triplet: 12, 75 and 51. RGB value is (18,117,81). Sum of RGB (Red+Green+Blue) = 18+117+81=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 117 (46.09% from 255 or 54.17% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 117 - color contains mainly: green. Hex color #127551 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127551 is #ED8AAE. Grayscale: #535353. Windows color (decimal): -15567535 or 5338386. OLE color: 5338386.

HSL color Cylindrical-coordinate representation of color #127551: hue angle of 158.18º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127551 is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 117 81 -
CMYK 0.85 0 0.31 0.54
HSL 158.18º 0.73% 0.26% -
HSV(B) 158.18º 0.85% 0.46% -
XYZ 8.1 13.45 9.95 -
YUV 83.3 126.7 81.43 -
System Red Green Blue C M Y K H S L
Decimal 18 117 81 0.85 0 0.31 0.54 158.18 0.73 0.26
Hex 12 75 51 55 0 1F 36 9E 49 1A
Octal 22 165 121 125 0 37 66 236 111 32
Binary 10010 1110101 1010001 1010101 0 11111 110110 10011110 1001001 11010

Color Harmonies of #127551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127551

Black with #127551

Text Example


Text Example

White with #127551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127551; }

 p { color: rgb(18,117,81); }

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

background-color css

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

 a { background-color: rgb(18,117,81); }

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

border-color css

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

 span { border-color: rgb(18,117,81); }

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