Html Css Color HEX #128147 Salem

📋 copy color: '#128147'

red 18 ◦ green 129 ◦ blue 71

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

Shades of Salem #128147

Tints of Salem #128147

RGB

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

 GREEN value IS 129 (50.78% from 255) = 59.17%

 BLUE value IS 71 (28.13% from 255) = 32.57%

R = 8.26%
G = 59.17%
B = 32.57%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#128147 (or 0x128147) is known color: Salem. HEX triplet: 12, 81 and 47. RGB value is (18,129,71). Sum of RGB (Red+Green+Blue) = 18+129+71=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 129 (50.78% from 255 or 59.17% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 129 - color contains mainly: green. Hex color #128147 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128147 is #ED7EB8. Grayscale: #595959. Windows color (decimal): -15564473 or 4686098. OLE color: 4686098.

HSL color Cylindrical-coordinate representation of color #128147: hue angle of 148.65º 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 #128147 is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 129 71 -
CMYK 0.86 0 0.45 0.49
HSL 148.65º 0.76% 0.29% -
HSV(B) 148.65º 0.86% 0.51% -
XYZ 9.24 16.28 8.62 -
YUV 89.2 117.73 77.22 -
System Red Green Blue C M Y K H S L
Decimal 18 129 71 0.86 0 0.45 0.49 148.65 0.76 0.29
Hex 12 81 47 56 0 2D 31 95 4C 1D
Octal 22 201 107 126 0 55 61 225 114 35
Binary 10010 10000001 1000111 1010110 0 101101 110001 10010101 1001100 11101

Color Harmonies of #128147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128147

Black with #128147

Text Example


Text Example

White with #128147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128147; }

 p { color: rgb(18,129,71); }

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

background-color css

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

 a { background-color: rgb(18,129,71); }

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

border-color css

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

 span { border-color: rgb(18,129,71); }

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