Html Css Color HEX #127250 Salem

📋 copy color: '#127250'

red 18 ◦ green 114 ◦ blue 80

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

Shades of Salem #127250

Tints of Salem #127250

RGB

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

 GREEN value IS 114 (44.92% from 255) = 53.77%

 BLUE value IS 80 (31.64% from 255) = 37.74%

R = 8.49%
G = 53.77%
B = 37.74%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#127250 (or 0x127250) is known color: Salem. HEX triplet: 12, 72 and 50. RGB value is (18,114,80). Sum of RGB (Red+Green+Blue) = 18+114+80=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 114 (44.92% from 255 or 53.77% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 114 - color contains mainly: green. Hex color #127250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127250 is #ED8DAF. Grayscale: #515151. Windows color (decimal): -15568304 or 5272082. OLE color: 5272082.

HSL color Cylindrical-coordinate representation of color #127250: hue angle of 158.75º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127250 is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 114 80 -
CMYK 0.84 0 0.30 0.55
HSL 158.75º 0.73% 0.26% -
HSV(B) 158.75º 0.84% 0.45% -
XYZ 7.71 12.74 9.64 -
YUV 81.42 127.2 82.76 -
System Red Green Blue C M Y K H S L
Decimal 18 114 80 0.84 0 0.30 0.55 158.75 0.73 0.26
Hex 12 72 50 54 0 1E 37 9F 49 1A
Octal 22 162 120 124 0 36 67 237 111 32
Binary 10010 1110010 1010000 1010100 0 11110 110111 10011111 1001001 11010

Color Harmonies of #127250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127250

Black with #127250

Text Example


Text Example

White with #127250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127250; }

 p { color: rgb(18,114,80); }

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

background-color css

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

 a { background-color: rgb(18,114,80); }

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

border-color css

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

 span { border-color: rgb(18,114,80); }

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