Html Css Color HEX #128349 Salem

📋 copy color: '#128349'

red 18 ◦ green 131 ◦ blue 73

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

Shades of Salem #128349

Tints of Salem #128349

RGB

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

 GREEN value IS 131 (51.56% from 255) = 59.01%

 BLUE value IS 73 (28.91% from 255) = 32.88%

R = 8.11%
G = 59.01%
B = 32.88%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#128349 (or 0x128349) is known color: Salem. HEX triplet: 12, 83 and 49. RGB value is (18,131,73). Sum of RGB (Red+Green+Blue) = 18+131+73=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 131 (51.56% from 255 or 59.01% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 131 - color contains mainly: green. Hex color #128349 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128349 is #ED7CB6. Grayscale: #5A5A5A. Windows color (decimal): -15563959 or 4817682. OLE color: 4817682.

HSL color Cylindrical-coordinate representation of color #128349: hue angle of 149.2º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128349 is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 131 73 -
CMYK 0.86 0 0.44 0.49
HSL 149.2º 0.76% 0.29% -
HSV(B) 149.2º 0.86% 0.51% -
XYZ 9.57 16.84 9.05 -
YUV 90.6 118.06 76.22 -
System Red Green Blue C M Y K H S L
Decimal 18 131 73 0.86 0 0.44 0.49 149.2 0.76 0.29
Hex 12 83 49 56 0 2C 31 95 4C 1D
Octal 22 203 111 126 0 54 61 225 114 35
Binary 10010 10000011 1001001 1010110 0 101100 110001 10010101 1001100 11101

Color Harmonies of #128349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128349

Black with #128349

Text Example


Text Example

White with #128349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128349; }

 p { color: rgb(18,131,73); }

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

background-color css

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

 a { background-color: rgb(18,131,73); }

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

border-color css

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

 span { border-color: rgb(18,131,73); }

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