Html Css Color HEX #138D59 Salem

📋 copy color: '#138D59'

red 19 ◦ green 141 ◦ blue 89

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

Shades of Salem #138D59

Tints of Salem #138D59

RGB

 RED value IS 19 (7.81% from 255) = 7.63%

 GREEN value IS 141 (55.47% from 255) = 56.63%

 BLUE value IS 89 (35.16% from 255) = 35.74%

R = 7.63%
G = 56.63%
B = 35.74%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#138D59 (or 0x138D59) is known color: Salem. HEX triplet: 13, 8D and 59. RGB value is (19,141,89). Sum of RGB (Red+Green+Blue) = 19+141+89=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 141 (55.47% from 255 or 56.63% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 141 - color contains mainly: green. Hex color #138D59 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138D59 is #EC72A6. Grayscale: #626262. Windows color (decimal): -15495847 or 5868819. OLE color: 5868819.

HSL color Cylindrical-coordinate representation of color #138D59: hue angle of 154.43º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138D59 is Cyan = 0.87, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 141 89 -
CMYK 0.87 0 0.37 0.45
HSL 154.43º 0.76% 0.31% -
HSV(B) 154.43º 0.87% 0.55% -
XYZ 11.6 19.91 12.68 -
YUV 98.59 122.58 71.23 -
System Red Green Blue C M Y K H S L
Decimal 19 141 89 0.87 0 0.37 0.45 154.43 0.76 0.31
Hex 13 8D 59 57 0 25 2D 9A 4C 1F
Octal 23 215 131 127 0 45 55 232 114 37
Binary 10011 10001101 1011001 1010111 0 100101 101101 10011010 1001100 11111

Color Harmonies of #138D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138D59

Black with #138D59

Text Example


Text Example

White with #138D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138D59; }

 p { color: rgb(19,141,89); }

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

background-color css

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

 a { background-color: rgb(19,141,89); }

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

border-color css

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

 span { border-color: rgb(19,141,89); }

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