Html Css Color HEX #138257 Salem

📋 copy color: '#138257'

red 19 ◦ green 130 ◦ blue 87

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

Shades of Salem #138257

Tints of Salem #138257

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.08%

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

R = 8.05%
G = 55.08%
B = 36.86%

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

#138257 (or 0x138257) is known color: Salem. HEX triplet: 13, 82 and 57. RGB value is (19,130,87). Sum of RGB (Red+Green+Blue) = 19+130+87=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 87 (34.38% from 255 or 36.86% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #138257 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138257 is #EC7DA8. Grayscale: #5B5B5B. Windows color (decimal): -15498665 or 5734931. OLE color: 5734931.

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

Color convert

RGB 19 130 87 -
CMYK 0.85 0 0.33 0.49
HSL 156.76º 0.74% 0.29% -
HSV(B) 156.76º 0.85% 0.51% -
XYZ 9.97 16.79 11.73 -
YUV 91.91 125.23 76 -
System Red Green Blue C M Y K H S L
Decimal 19 130 87 0.85 0 0.33 0.49 156.76 0.74 0.29
Hex 13 82 57 55 0 21 31 9D 4A 1D
Octal 23 202 127 125 0 41 61 235 112 35
Binary 10011 10000010 1010111 1010101 0 100001 110001 10011101 1001010 11101

Color Harmonies of #138257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138257

Black with #138257

Text Example


Text Example

White with #138257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138257; }

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

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

background-color css

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

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

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

border-color css

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

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

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