Html Css Color HEX #128740 Salem

📋 copy color: '#128740'

red 18 ◦ green 135 ◦ blue 64

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

Shades of Salem #128740

Tints of Salem #128740

RGB

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

 GREEN value IS 135 (53.13% from 255) = 62.21%

 BLUE value IS 64 (25.39% from 255) = 29.49%

R = 8.29%
G = 62.21%
B = 29.49%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#128740 (or 0x128740) is known color: Salem. HEX triplet: 12, 87 and 40. RGB value is (18,135,64). Sum of RGB (Red+Green+Blue) = 18+135+64=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 135 (53.12% from 255 or 62.21% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 135 - color contains mainly: green. Hex color #128740 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128740 is #ED78BF. Grayscale: #5C5C5C. Windows color (decimal): -15562944 or 4228882. OLE color: 4228882.

HSL color Cylindrical-coordinate representation of color #128740: hue angle of 143.59º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128740 is Cyan = 0.87, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 135 64 -
CMYK 0.87 0 0.53 0.47
HSL 143.59º 0.76% 0.3% -
HSV(B) 143.59º 0.87% 0.53% -
XYZ 9.84 17.83 7.77 -
YUV 91.92 112.24 75.27 -
System Red Green Blue C M Y K H S L
Decimal 18 135 64 0.87 0 0.53 0.47 143.59 0.76 0.3
Hex 12 87 40 57 0 35 2F 90 4C 1E
Octal 22 207 100 127 0 65 57 220 114 36
Binary 10010 10000111 1000000 1010111 0 110101 101111 10010000 1001100 11110

Color Harmonies of #128740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128740

Black with #128740

Text Example


Text Example

White with #128740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128740; }

 p { color: rgb(18,135,64); }

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

background-color css

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

 a { background-color: rgb(18,135,64); }

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

border-color css

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

 span { border-color: rgb(18,135,64); }

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