Html Css Color HEX #127553 Salem

📋 copy color: '#127553'

red 18 ◦ green 117 ◦ blue 83

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

Shades of Salem #127553

Tints of Salem #127553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 38.07%

R = 8.26%
G = 53.67%
B = 38.07%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#127553 (or 0x127553) is known color: Salem. HEX triplet: 12, 75 and 53. RGB value is (18,117,83). Sum of RGB (Red+Green+Blue) = 18+117+83=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 117 (46.09% from 255 or 53.67% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 117 - color contains mainly: green. Hex color #127553 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127553 is #ED8AAC. Grayscale: #535353. Windows color (decimal): -15567533 or 5469458. OLE color: 5469458.

HSL color Cylindrical-coordinate representation of color #127553: hue angle of 159.39º 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 #127553 is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 117 83 -
CMYK 0.85 0 0.29 0.54
HSL 159.39º 0.73% 0.26% -
HSV(B) 159.39º 0.85% 0.46% -
XYZ 8.17 13.48 10.35 -
YUV 83.52 127.7 81.26 -
System Red Green Blue C M Y K H S L
Decimal 18 117 83 0.85 0 0.29 0.54 159.39 0.73 0.26
Hex 12 75 53 55 0 1D 36 9F 49 1A
Octal 22 165 123 125 0 35 66 237 111 32
Binary 10010 1110101 1010011 1010101 0 11101 110110 10011111 1001001 11010

Color Harmonies of #127553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127553

Black with #127553

Text Example


Text Example

White with #127553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127553; }

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

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

background-color css

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

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

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

border-color css

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

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

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