Html Css Color HEX #127D52 Salem

📋 copy color: '#127D52'

red 18 ◦ green 125 ◦ blue 82

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

Shades of Salem #127D52

Tints of Salem #127D52

RGB

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

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

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

R = 8%
G = 55.56%
B = 36.44%

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

#127D52 (or 0x127D52) is known color: Salem. HEX triplet: 12, 7D and 52. RGB value is (18,125,82). Sum of RGB (Red+Green+Blue) = 18+125+82=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 125 (49.22% from 255 or 55.56% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 125 - color contains mainly: green. Hex color #127D52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127D52 is #ED82AD. Grayscale: #585858. Windows color (decimal): -15565486 or 5405970. OLE color: 5405970.

HSL color Cylindrical-coordinate representation of color #127D52: hue angle of 155.89º 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 #127D52 is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 125 82 -
CMYK 0.86 0 0.34 0.51
HSL 155.89º 0.75% 0.28% -
HSV(B) 155.89º 0.86% 0.49% -
XYZ 9.11 15.41 10.48 -
YUV 88.11 124.55 78 -
System Red Green Blue C M Y K H S L
Decimal 18 125 82 0.86 0 0.34 0.51 155.89 0.75 0.28
Hex 12 7D 52 56 0 22 33 9C 4B 1C
Octal 22 175 122 126 0 42 63 234 113 34
Binary 10010 1111101 1010010 1010110 0 100010 110011 10011100 1001011 11100

Color Harmonies of #127D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127D52

Black with #127D52

Text Example


Text Example

White with #127D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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