Html Css Color HEX #127D4A Salem

📋 copy color: '#127D4A'

red 18 ◦ green 125 ◦ blue 74

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

Shades of Salem #127D4A

Tints of Salem #127D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 34.1%

R = 8.29%
G = 57.6%
B = 34.1%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#127D4A (or 0x127D4A) is known color: Salem. HEX triplet: 12, 7D and 4A. RGB value is (18,125,74). Sum of RGB (Red+Green+Blue) = 18+125+74=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 125 (49.22% from 255 or 57.60% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 125 - color contains mainly: green. Hex color #127D4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127D4A is #ED82B5. Grayscale: #575757. Windows color (decimal): -15565494 or 4881682. OLE color: 4881682.

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

Color convert

RGB 18 125 74 -
CMYK 0.86 0 0.41 0.51
HSL 151.4º 0.75% 0.28% -
HSV(B) 151.4º 0.86% 0.49% -
XYZ 8.82 15.29 8.97 -
YUV 87.19 120.55 78.65 -
System Red Green Blue C M Y K H S L
Decimal 18 125 74 0.86 0 0.41 0.51 151.4 0.75 0.28
Hex 12 7D 4A 56 0 29 33 97 4B 1C
Octal 22 175 112 126 0 51 63 227 113 34
Binary 10010 1111101 1001010 1010110 0 101001 110011 10010111 1001011 11100

Color Harmonies of #127D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127D4A

Black with #127D4A

Text Example


Text Example

White with #127D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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