Html Css Color HEX #129348 Salem

📋 copy color: '#129348'

red 18 ◦ green 147 ◦ blue 72

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

Shades of Salem #129348

Tints of Salem #129348

RGB

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

 GREEN value IS 147 (57.81% from 255) = 62.03%

 BLUE value IS 72 (28.52% from 255) = 30.38%

R = 7.59%
G = 62.03%
B = 30.38%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#129348 (or 0x129348) is known color: Salem. HEX triplet: 12, 93 and 48. RGB value is (18,147,72). Sum of RGB (Red+Green+Blue) = 18+147+72=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 147 (57.81% from 255 or 62.03% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 147 - color contains mainly: green. Hex color #129348 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129348 is #ED6CB7. Grayscale: #646464. Windows color (decimal): -15559864 or 4756242. OLE color: 4756242.

HSL color Cylindrical-coordinate representation of color #129348: hue angle of 145.12º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129348 is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 147 72 -
CMYK 0.88 0 0.51 0.42
HSL 145.12º 0.78% 0.32% -
HSV(B) 145.12º 0.88% 0.58% -
XYZ 11.85 21.46 9.65 -
YUV 99.88 112.26 69.6 -
System Red Green Blue C M Y K H S L
Decimal 18 147 72 0.88 0 0.51 0.42 145.12 0.78 0.32
Hex 12 93 48 58 0 33 2A 91 4E 20
Octal 22 223 110 130 0 63 52 221 116 40
Binary 10010 10010011 1001000 1011000 0 110011 101010 10010001 1001110 100000

Color Harmonies of #129348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129348

Black with #129348

Text Example


Text Example

White with #129348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129348; }

 p { color: rgb(18,147,72); }

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

background-color css

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

 a { background-color: rgb(18,147,72); }

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

border-color css

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

 span { border-color: rgb(18,147,72); }

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