Html Css Color HEX #138959 Salem

📋 copy color: '#138959'

red 19 ◦ green 137 ◦ blue 89

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

Shades of Salem #138959

Tints of Salem #138959

RGB

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

 GREEN value IS 137 (53.91% from 255) = 55.92%

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

R = 7.76%
G = 55.92%
B = 36.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.35

 K value IS 0.46

RGB Variations

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

Color information

#138959 (or 0x138959) is known color: Salem. HEX triplet: 13, 89 and 59. RGB value is (19,137,89). Sum of RGB (Red+Green+Blue) = 19+137+89=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 137 (53.91% from 255 or 55.92% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 137 - color contains mainly: green. Hex color #138959 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138959 is #EC76A6. Grayscale: #606060. Windows color (decimal): -15496871 or 5867795. OLE color: 5867795.

HSL color Cylindrical-coordinate representation of color #138959: hue angle of 155.59º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138959 is Cyan = 0.86, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 137 89 -
CMYK 0.86 0 0.35 0.46
HSL 155.59º 0.76% 0.31% -
HSV(B) 155.59º 0.86% 0.54% -
XYZ 11.02 18.75 12.49 -
YUV 96.25 123.91 72.9 -
System Red Green Blue C M Y K H S L
Decimal 19 137 89 0.86 0 0.35 0.46 155.59 0.76 0.31
Hex 13 89 59 56 0 23 2E 9C 4C 1F
Octal 23 211 131 126 0 43 56 234 114 37
Binary 10011 10001001 1011001 1010110 0 100011 101110 10011100 1001100 11111

Color Harmonies of #138959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138959

Black with #138959

Text Example


Text Example

White with #138959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138959; }

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

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

background-color css

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

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

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

border-color css

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

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

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