Html Css Color HEX #138756 Salem

📋 copy color: '#138756'

red 19 ◦ green 135 ◦ blue 86

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

Shades of Salem #138756

Tints of Salem #138756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 35.83%

R = 7.92%
G = 56.25%
B = 35.83%

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

#138756 (or 0x138756) is known color: Salem. HEX triplet: 13, 87 and 56. RGB value is (19,135,86). Sum of RGB (Red+Green+Blue) = 19+135+86=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 135 (53.12% from 255 or 56.25% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 135 - color contains mainly: green. Hex color #138756 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138756 is #EC78A9. Grayscale: #5E5E5E. Windows color (decimal): -15497386 or 5670675. OLE color: 5670675.

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

Color convert

RGB 19 135 86 -
CMYK 0.86 0 0.36 0.47
HSL 154.66º 0.75% 0.3% -
HSV(B) 154.66º 0.86% 0.53% -
XYZ 10.61 18.14 11.75 -
YUV 94.73 123.07 73.98 -
System Red Green Blue C M Y K H S L
Decimal 19 135 86 0.86 0 0.36 0.47 154.66 0.75 0.3
Hex 13 87 56 56 0 24 2F 9B 4B 1E
Octal 23 207 126 126 0 44 57 233 113 36
Binary 10011 10000111 1010110 1010110 0 100100 101111 10011011 1001011 11110

Color Harmonies of #138756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138756

Black with #138756

Text Example


Text Example

White with #138756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138756; }

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

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

background-color css

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

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

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

border-color css

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

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

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