Html Css Color HEX #137256 Salem

📋 copy color: '#137256'

red 19 ◦ green 114 ◦ blue 86

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

Shades of Salem #137256

Tints of Salem #137256

RGB

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

 GREEN value IS 114 (44.92% from 255) = 52.05%

 BLUE value IS 86 (33.98% from 255) = 39.27%

R = 8.68%
G = 52.05%
B = 39.27%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#137256 (or 0x137256) is known color: Salem. HEX triplet: 13, 72 and 56. RGB value is (19,114,86). Sum of RGB (Red+Green+Blue) = 19+114+86=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 114 (44.92% from 255 or 52.05% from 219); Blue value is 86 (33.98% from 255 or 39.27% from 219); Max value from RGB is 114 - color contains mainly: green. Hex color #137256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137256 is #EC8DA9. Grayscale: #525252. Windows color (decimal): -15502762 or 5665299. OLE color: 5665299.

HSL color Cylindrical-coordinate representation of color #137256: hue angle of 162.32º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137256 is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 114 86 -
CMYK 0.83 0 0.25 0.55
HSL 162.32º 0.71% 0.26% -
HSV(B) 162.32º 0.83% 0.45% -
XYZ 7.97 12.84 10.86 -
YUV 82.4 130.03 82.78 -
System Red Green Blue C M Y K H S L
Decimal 19 114 86 0.83 0 0.25 0.55 162.32 0.71 0.26
Hex 13 72 56 53 0 19 37 A2 47 1A
Octal 23 162 126 123 0 31 67 242 107 32
Binary 10011 1110010 1010110 1010011 0 11001 110111 10100010 1000111 11010

Color Harmonies of #137256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137256

Black with #137256

Text Example


Text Example

White with #137256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137256; }

 p { color: rgb(19,114,86); }

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

background-color css

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

 a { background-color: rgb(19,114,86); }

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

border-color css

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

 span { border-color: rgb(19,114,86); }

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