Html Css Color HEX #127452 Salem

📋 copy color: '#127452'

red 18 ◦ green 116 ◦ blue 82

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

Shades of Salem #127452

Tints of Salem #127452

RGB

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

 GREEN value IS 116 (45.7% from 255) = 53.7%

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

R = 8.33%
G = 53.7%
B = 37.96%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#127452 (or 0x127452) is known color: Salem. HEX triplet: 12, 74 and 52. RGB value is (18,116,82). Sum of RGB (Red+Green+Blue) = 18+116+82=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 116 (45.70% from 255 or 53.70% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 116 - color contains mainly: green. Hex color #127452 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127452 is #ED8BAD. Grayscale: #525252. Windows color (decimal): -15567790 or 5403666. OLE color: 5403666.

HSL color Cylindrical-coordinate representation of color #127452: hue angle of 159.18º 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 #127452 is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 116 82 -
CMYK 0.84 0 0.29 0.55
HSL 159.18º 0.73% 0.26% -
HSV(B) 159.18º 0.84% 0.45% -
XYZ 8.02 13.23 10.11 -
YUV 82.82 127.53 81.76 -
System Red Green Blue C M Y K H S L
Decimal 18 116 82 0.84 0 0.29 0.55 159.18 0.73 0.26
Hex 12 74 52 54 0 1D 37 9F 49 1A
Octal 22 164 122 124 0 35 67 237 111 32
Binary 10010 1110100 1010010 1010100 0 11101 110111 10011111 1001001 11010

Color Harmonies of #127452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127452

Black with #127452

Text Example


Text Example

White with #127452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127452; }

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

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

background-color css

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

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

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

border-color css

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

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

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