Html Css Color HEX #138359 Salem

📋 copy color: '#138359'

red 19 ◦ green 131 ◦ blue 89

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

Shades of Salem #138359

Tints of Salem #138359

RGB

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

 GREEN value IS 131 (51.56% from 255) = 54.81%

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

R = 7.95%
G = 54.81%
B = 37.24%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#138359 (or 0x138359) is known color: Salem. HEX triplet: 13, 83 and 59. RGB value is (19,131,89). Sum of RGB (Red+Green+Blue) = 19+131+89=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 131 (51.56% from 255 or 54.81% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 131 - color contains mainly: green. Hex color #138359 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138359 is #EC7CA6. Grayscale: #5C5C5C. Windows color (decimal): -15498407 or 5866259. OLE color: 5866259.

HSL color Cylindrical-coordinate representation of color #138359: hue angle of 157.5º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138359 is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 131 89 -
CMYK 0.85 0 0.32 0.49
HSL 157.5º 0.75% 0.29% -
HSV(B) 157.5º 0.85% 0.51% -
XYZ 10.19 17.09 12.21 -
YUV 92.72 125.89 75.42 -
System Red Green Blue C M Y K H S L
Decimal 19 131 89 0.85 0 0.32 0.49 157.5 0.75 0.29
Hex 13 83 59 55 0 20 31 9E 4B 1D
Octal 23 203 131 125 0 40 61 236 113 35
Binary 10011 10000011 1011001 1010101 0 100000 110001 10011110 1001011 11101

Color Harmonies of #138359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138359

Black with #138359

Text Example


Text Example

White with #138359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138359; }

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

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

background-color css

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

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

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

border-color css

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

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

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