Html Css Color HEX #127D53 Salem

📋 copy color: '#127D53'

red 18 ◦ green 125 ◦ blue 83

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

Shades of Salem #127D53

Tints of Salem #127D53

RGB

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

 GREEN value IS 125 (49.22% from 255) = 55.31%

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

R = 7.96%
G = 55.31%
B = 36.73%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#127D53 (or 0x127D53) is known color: Salem. HEX triplet: 12, 7D and 53. RGB value is (18,125,83). Sum of RGB (Red+Green+Blue) = 18+125+83=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 125 (49.22% from 255 or 55.31% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 125 - color contains mainly: green. Hex color #127D53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127D53 is #ED82AC. Grayscale: #585858. Windows color (decimal): -15565485 or 5471506. OLE color: 5471506.

HSL color Cylindrical-coordinate representation of color #127D53: hue angle of 156.45º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127D53 is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 125 83 -
CMYK 0.86 0 0.34 0.51
HSL 156.45º 0.75% 0.28% -
HSV(B) 156.45º 0.86% 0.49% -
XYZ 9.14 15.42 10.68 -
YUV 88.22 125.05 77.92 -
System Red Green Blue C M Y K H S L
Decimal 18 125 83 0.86 0 0.34 0.51 156.45 0.75 0.28
Hex 12 7D 53 56 0 22 33 9C 4B 1C
Octal 22 175 123 126 0 42 63 234 113 34
Binary 10010 1111101 1010011 1010110 0 100010 110011 10011100 1001011 11100

Color Harmonies of #127D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127D53

Black with #127D53

Text Example


Text Example

White with #127D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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