Html Css Color HEX #138757 Salem

📋 copy color: '#138757'

red 19 ◦ green 135 ◦ blue 87

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

Shades of Salem #138757

Tints of Salem #138757

RGB

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

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

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

R = 7.88%
G = 56.02%
B = 36.1%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#138757 (or 0x138757) is known color: Salem. HEX triplet: 13, 87 and 57. RGB value is (19,135,87). Sum of RGB (Red+Green+Blue) = 19+135+87=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 135 (53.12% from 255 or 56.02% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 135 - color contains mainly: green. Hex color #138757 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138757 is #EC78A8. Grayscale: #5E5E5E. Windows color (decimal): -15497385 or 5736211. OLE color: 5736211.

HSL color Cylindrical-coordinate representation of color #138757: hue angle of 155.17º 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 #138757 is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 135 87 -
CMYK 0.86 0 0.36 0.47
HSL 155.17º 0.75% 0.3% -
HSV(B) 155.17º 0.86% 0.53% -
XYZ 10.65 18.15 11.96 -
YUV 94.84 123.57 73.9 -
System Red Green Blue C M Y K H S L
Decimal 19 135 87 0.86 0 0.36 0.47 155.17 0.75 0.3
Hex 13 87 57 56 0 24 2F 9B 4B 1E
Octal 23 207 127 126 0 44 57 233 113 36
Binary 10011 10000111 1010111 1010110 0 100100 101111 10011011 1001011 11110

Color Harmonies of #138757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138757

Black with #138757

Text Example


Text Example

White with #138757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138757; }

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

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

background-color css

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

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

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

border-color css

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

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

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