Html Css Color HEX #138459 Salem

📋 copy color: '#138459'

red 19 ◦ green 132 ◦ blue 89

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

Shades of Salem #138459

Tints of Salem #138459

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55%

 BLUE value IS 89 (35.16% from 255) = 37.08%

R = 7.92%
G = 55%
B = 37.08%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#138459 (or 0x138459) is known color: Salem. HEX triplet: 13, 84 and 59. RGB value is (19,132,89). Sum of RGB (Red+Green+Blue) = 19+132+89=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 132 (51.95% from 255 or 55% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 132 - color contains mainly: green. Hex color #138459 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138459 is #EC7BA6. Grayscale: #5D5D5D. Windows color (decimal): -15498151 or 5866515. OLE color: 5866515.

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

Color convert

RGB 19 132 89 -
CMYK 0.86 0 0.33 0.48
HSL 157.17º 0.75% 0.3% -
HSV(B) 157.17º 0.86% 0.52% -
XYZ 10.32 17.36 12.26 -
YUV 93.31 125.56 75 -
System Red Green Blue C M Y K H S L
Decimal 19 132 89 0.86 0 0.33 0.48 157.17 0.75 0.3
Hex 13 84 59 56 0 21 30 9D 4B 1E
Octal 23 204 131 126 0 41 60 235 113 36
Binary 10011 10000100 1011001 1010110 0 100001 110000 10011101 1001011 11110

Color Harmonies of #138459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138459

Black with #138459

Text Example


Text Example

White with #138459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138459; }

 p { color: rgb(19,132,89); }

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

background-color css

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

 a { background-color: rgb(19,132,89); }

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

border-color css

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

 span { border-color: rgb(19,132,89); }

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