Html Css Color HEX #127C52 Salem

📋 copy color: '#127C52'

red 18 ◦ green 124 ◦ blue 82

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

Shades of Salem #127C52

Tints of Salem #127C52

RGB

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

 GREEN value IS 124 (48.83% from 255) = 55.36%

 BLUE value IS 82 (32.42% from 255) = 36.61%

R = 8.04%
G = 55.36%
B = 36.61%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#127C52 (or 0x127C52) is known color: Salem. HEX triplet: 12, 7C and 52. RGB value is (18,124,82). Sum of RGB (Red+Green+Blue) = 18+124+82=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 124 (48.83% from 255 or 55.36% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 124 - color contains mainly: green. Hex color #127C52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127C52 is #ED83AD. Grayscale: #575757. Windows color (decimal): -15565742 or 5405714. OLE color: 5405714.

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

Color convert

RGB 18 124 82 -
CMYK 0.85 0 0.34 0.51
HSL 156.23º 0.75% 0.28% -
HSV(B) 156.23º 0.85% 0.49% -
XYZ 8.98 15.15 10.43 -
YUV 87.52 124.88 78.42 -
System Red Green Blue C M Y K H S L
Decimal 18 124 82 0.85 0 0.34 0.51 156.23 0.75 0.28
Hex 12 7C 52 55 0 22 33 9C 4B 1C
Octal 22 174 122 125 0 42 63 234 113 34
Binary 10010 1111100 1010010 1010101 0 100010 110011 10011100 1001011 11100

Color Harmonies of #127C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127C52

Black with #127C52

Text Example


Text Example

White with #127C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,124,82); }

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

background-color css

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

 a { background-color: rgb(18,124,82); }

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

border-color css

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

 span { border-color: rgb(18,124,82); }

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