Html Css Color HEX #138659 Salem

📋 copy color: '#138659'

red 19 ◦ green 134 ◦ blue 89

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

Shades of Salem #138659

Tints of Salem #138659

RGB

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

 GREEN value IS 134 (52.73% from 255) = 55.37%

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

R = 7.85%
G = 55.37%
B = 36.78%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#138659 (or 0x138659) is known color: Salem. HEX triplet: 13, 86 and 59. RGB value is (19,134,89). Sum of RGB (Red+Green+Blue) = 19+134+89=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 134 (52.73% from 255 or 55.37% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 134 - color contains mainly: green. Hex color #138659 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138659 is #EC79A6. Grayscale: #5E5E5E. Windows color (decimal): -15497639 or 5867027. OLE color: 5867027.

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

Color convert

RGB 19 134 89 -
CMYK 0.86 0 0.34 0.47
HSL 156.52º 0.75% 0.3% -
HSV(B) 156.52º 0.86% 0.53% -
XYZ 10.6 17.91 12.35 -
YUV 94.49 124.9 74.16 -
System Red Green Blue C M Y K H S L
Decimal 19 134 89 0.86 0 0.34 0.47 156.52 0.75 0.3
Hex 13 86 59 56 0 22 2F 9D 4B 1E
Octal 23 206 131 126 0 42 57 235 113 36
Binary 10011 10000110 1011001 1010110 0 100010 101111 10011101 1001011 11110

Color Harmonies of #138659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138659

Black with #138659

Text Example


Text Example

White with #138659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138659; }

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

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

background-color css

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

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

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

border-color css

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

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

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