Html Css Color HEX #138556 Salem

📋 copy color: '#138556'

red 19 ◦ green 133 ◦ blue 86

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

Shades of Salem #138556

Tints of Salem #138556

RGB

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

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

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

R = 7.98%
G = 55.88%
B = 36.13%

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

#138556 (or 0x138556) is known color: Salem. HEX triplet: 13, 85 and 56. RGB value is (19,133,86). Sum of RGB (Red+Green+Blue) = 19+133+86=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 133 (52.34% from 255 or 55.88% from 238); Blue value is 86 (33.98% from 255 or 36.13% from 238); Max value from RGB is 133 - color contains mainly: green. Hex color #138556 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138556 is #EC7AA9. Grayscale: #5D5D5D. Windows color (decimal): -15497898 or 5670163. OLE color: 5670163.

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

Color convert

RGB 19 133 86 -
CMYK 0.86 0 0.35 0.48
HSL 155.26º 0.75% 0.3% -
HSV(B) 155.26º 0.86% 0.52% -
XYZ 10.34 17.59 11.65 -
YUV 93.56 123.73 74.82 -
System Red Green Blue C M Y K H S L
Decimal 19 133 86 0.86 0 0.35 0.48 155.26 0.75 0.3
Hex 13 85 56 56 0 23 30 9B 4B 1E
Octal 23 205 126 126 0 43 60 233 113 36
Binary 10011 10000101 1010110 1010110 0 100011 110000 10011011 1001011 11110

Color Harmonies of #138556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138556

Black with #138556

Text Example


Text Example

White with #138556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138556; }

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

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

background-color css

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

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

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

border-color css

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

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

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