Html Css Color HEX #138755 Salem

📋 copy color: '#138755'

red 19 ◦ green 135 ◦ blue 85

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

Shades of Salem #138755

Tints of Salem #138755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 35.56%

R = 7.95%
G = 56.49%
B = 35.56%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#138755 (or 0x138755) is known color: Salem. HEX triplet: 13, 87 and 55. RGB value is (19,135,85). Sum of RGB (Red+Green+Blue) = 19+135+85=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 135 (53.12% from 255 or 56.49% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 135 - color contains mainly: green. Hex color #138755 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138755 is #EC78AA. Grayscale: #5E5E5E. Windows color (decimal): -15497387 or 5605139. OLE color: 5605139.

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

Color convert

RGB 19 135 85 -
CMYK 0.86 0 0.37 0.47
HSL 154.14º 0.75% 0.3% -
HSV(B) 154.14º 0.86% 0.53% -
XYZ 10.57 18.12 11.54 -
YUV 94.62 122.57 74.07 -
System Red Green Blue C M Y K H S L
Decimal 19 135 85 0.86 0 0.37 0.47 154.14 0.75 0.3
Hex 13 87 55 56 0 25 2F 9A 4B 1E
Octal 23 207 125 126 0 45 57 232 113 36
Binary 10011 10000111 1010101 1010110 0 100101 101111 10011010 1001011 11110

Color Harmonies of #138755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138755

Black with #138755

Text Example


Text Example

White with #138755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138755; }

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

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

background-color css

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

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

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

border-color css

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

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

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