Html Css Color HEX #138557 Salem

📋 copy color: '#138557'

red 19 ◦ green 133 ◦ blue 87

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

Shades of Salem #138557

Tints of Salem #138557

RGB

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

 GREEN value IS 133 (52.34% from 255) = 55.65%

 BLUE value IS 87 (34.38% from 255) = 36.4%

R = 7.95%
G = 55.65%
B = 36.4%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#138557 (or 0x138557) is known color: Salem. HEX triplet: 13, 85 and 57. RGB value is (19,133,87). Sum of RGB (Red+Green+Blue) = 19+133+87=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 133 (52.34% from 255 or 55.65% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 133 - color contains mainly: green. Hex color #138557 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138557 is #EC7AA8. Grayscale: #5D5D5D. Windows color (decimal): -15497897 or 5735699. OLE color: 5735699.

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

Color convert

RGB 19 133 87 -
CMYK 0.86 0 0.35 0.48
HSL 155.79º 0.75% 0.3% -
HSV(B) 155.79º 0.86% 0.52% -
XYZ 10.38 17.6 11.87 -
YUV 93.67 124.23 74.74 -
System Red Green Blue C M Y K H S L
Decimal 19 133 87 0.86 0 0.35 0.48 155.79 0.75 0.3
Hex 13 85 57 56 0 23 30 9C 4B 1E
Octal 23 205 127 126 0 43 60 234 113 36
Binary 10011 10000101 1010111 1010110 0 100011 110000 10011100 1001011 11110

Color Harmonies of #138557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138557

Black with #138557

Text Example


Text Example

White with #138557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138557; }

 p { color: rgb(19,133,87); }

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

background-color css

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

 a { background-color: rgb(19,133,87); }

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

border-color css

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

 span { border-color: rgb(19,133,87); }

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