Html Css Color HEX #127852 Salem

📋 copy color: '#127852'

red 18 ◦ green 120 ◦ blue 82

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

Shades of Salem #127852

Tints of Salem #127852

RGB

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

 GREEN value IS 120 (47.27% from 255) = 54.55%

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

R = 8.18%
G = 54.55%
B = 37.27%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#127852 (or 0x127852) is known color: Salem. HEX triplet: 12, 78 and 52. RGB value is (18,120,82). Sum of RGB (Red+Green+Blue) = 18+120+82=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 120 (47.27% from 255 or 54.55% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 120 - color contains mainly: green. Hex color #127852 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127852 is #ED87AD. Grayscale: #555555. Windows color (decimal): -15566766 or 5404690. OLE color: 5404690.

HSL color Cylindrical-coordinate representation of color #127852: hue angle of 157.65º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127852 is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 120 82 -
CMYK 0.85 0 0.32 0.53
HSL 157.65º 0.74% 0.27% -
HSV(B) 157.65º 0.85% 0.47% -
XYZ 8.49 14.17 10.27 -
YUV 85.17 126.21 80.09 -
System Red Green Blue C M Y K H S L
Decimal 18 120 82 0.85 0 0.32 0.53 157.65 0.74 0.27
Hex 12 78 52 55 0 20 35 9E 4A 1B
Octal 22 170 122 125 0 40 65 236 112 33
Binary 10010 1111000 1010010 1010101 0 100000 110101 10011110 1001010 11011

Color Harmonies of #127852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127852

Black with #127852

Text Example


Text Example

White with #127852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127852; }

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

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

background-color css

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

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

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

border-color css

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

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

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