Html Css Color HEX #138558 Salem

📋 copy color: '#138558'

red 19 ◦ green 133 ◦ blue 88

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

Shades of Salem #138558

Tints of Salem #138558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 36.67%

R = 7.92%
G = 55.42%
B = 36.67%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#138558 (or 0x138558) is known color: Salem. HEX triplet: 13, 85 and 58. RGB value is (19,133,88). Sum of RGB (Red+Green+Blue) = 19+133+88=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 133 (52.34% from 255 or 55.42% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 133 - color contains mainly: green. Hex color #138558 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138558 is #EC7AA7. Grayscale: #5D5D5D. Windows color (decimal): -15497896 or 5801235. OLE color: 5801235.

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

Color convert

RGB 19 133 88 -
CMYK 0.86 0 0.34 0.48
HSL 156.32º 0.75% 0.3% -
HSV(B) 156.32º 0.86% 0.52% -
XYZ 10.42 17.62 12.08 -
YUV 93.78 124.73 74.66 -
System Red Green Blue C M Y K H S L
Decimal 19 133 88 0.86 0 0.34 0.48 156.32 0.75 0.3
Hex 13 85 58 56 0 22 30 9C 4B 1E
Octal 23 205 130 126 0 42 60 234 113 36
Binary 10011 10000101 1011000 1010110 0 100010 110000 10011100 1001011 11110

Color Harmonies of #138558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138558

Black with #138558

Text Example


Text Example

White with #138558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138558; }

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

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

background-color css

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

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

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

border-color css

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

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

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