Html Css Color HEX #138157 Salem

📋 copy color: '#138157'

red 19 ◦ green 129 ◦ blue 87

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

Shades of Salem #138157

Tints of Salem #138157

RGB

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

 GREEN value IS 129 (50.78% from 255) = 54.89%

 BLUE value IS 87 (34.38% from 255) = 37.02%

R = 8.09%
G = 54.89%
B = 37.02%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#138157 (or 0x138157) is known color: Salem. HEX triplet: 13, 81 and 57. RGB value is (19,129,87). Sum of RGB (Red+Green+Blue) = 19+129+87=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 129 (50.78% from 255 or 54.89% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 129 - color contains mainly: green. Hex color #138157 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138157 is #EC7EA8. Grayscale: #5B5B5B. Windows color (decimal): -15498921 or 5734675. OLE color: 5734675.

HSL color Cylindrical-coordinate representation of color #138157: hue angle of 157.09º degrees, saturation: 0.74, 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 #138157 is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 129 87 -
CMYK 0.85 0 0.33 0.49
HSL 157.09º 0.74% 0.29% -
HSV(B) 157.09º 0.85% 0.51% -
XYZ 9.84 16.53 11.69 -
YUV 91.32 125.56 76.42 -
System Red Green Blue C M Y K H S L
Decimal 19 129 87 0.85 0 0.33 0.49 157.09 0.74 0.29
Hex 13 81 57 55 0 21 31 9D 4A 1D
Octal 23 201 127 125 0 41 61 235 112 35
Binary 10011 10000001 1010111 1010101 0 100001 110001 10011101 1001010 11101

Color Harmonies of #138157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138157

Black with #138157

Text Example


Text Example

White with #138157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138157; }

 p { color: rgb(19,129,87); }

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

background-color css

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

 a { background-color: rgb(19,129,87); }

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

border-color css

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

 span { border-color: rgb(19,129,87); }

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