Html Css Color HEX #138F59 Salem

📋 copy color: '#138F59'

red 19 ◦ green 143 ◦ blue 89

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

Shades of Salem #138F59

Tints of Salem #138F59

RGB

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

 GREEN value IS 143 (56.25% from 255) = 56.97%

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

R = 7.57%
G = 56.97%
B = 35.46%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#138F59 (or 0x138F59) is known color: Salem. HEX triplet: 13, 8F and 59. RGB value is (19,143,89). Sum of RGB (Red+Green+Blue) = 19+143+89=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 143 (56.25% from 255 or 56.97% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 143 - color contains mainly: green. Hex color #138F59 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138F59 is #EC70A6. Grayscale: #636363. Windows color (decimal): -15495335 or 5869331. OLE color: 5869331.

HSL color Cylindrical-coordinate representation of color #138F59: hue angle of 153.87º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138F59 is Cyan = 0.87, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 143 89 -
CMYK 0.87 0 0.38 0.44
HSL 153.87º 0.77% 0.32% -
HSV(B) 153.87º 0.87% 0.56% -
XYZ 11.89 20.5 12.78 -
YUV 99.77 121.92 70.39 -
System Red Green Blue C M Y K H S L
Decimal 19 143 89 0.87 0 0.38 0.44 153.87 0.77 0.32
Hex 13 8F 59 57 0 26 2C 9A 4D 20
Octal 23 217 131 127 0 46 54 232 115 40
Binary 10011 10001111 1011001 1010111 0 100110 101100 10011010 1001101 100000

Color Harmonies of #138F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138F59

Black with #138F59

Text Example


Text Example

White with #138F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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