Html Css Color HEX #137653 Salem

📋 copy color: '#137653'

red 19 ◦ green 118 ◦ blue 83

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

Shades of Salem #137653

Tints of Salem #137653

RGB

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

 GREEN value IS 118 (46.48% from 255) = 53.64%

 BLUE value IS 83 (32.81% from 255) = 37.73%

R = 8.64%
G = 53.64%
B = 37.73%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#137653 (or 0x137653) is known color: Salem. HEX triplet: 13, 76 and 53. RGB value is (19,118,83). Sum of RGB (Red+Green+Blue) = 19+118+83=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 118 (46.48% from 255 or 53.64% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 118 - color contains mainly: green. Hex color #137653 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137653 is #EC89AC. Grayscale: #545454. Windows color (decimal): -15501741 or 5469715. OLE color: 5469715.

HSL color Cylindrical-coordinate representation of color #137653: hue angle of 158.79º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137653 is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 118 83 -
CMYK 0.84 0 0.30 0.54
HSL 158.79º 0.72% 0.27% -
HSV(B) 158.79º 0.84% 0.46% -
XYZ 8.31 13.72 10.39 -
YUV 84.41 127.2 81.35 -
System Red Green Blue C M Y K H S L
Decimal 19 118 83 0.84 0 0.30 0.54 158.79 0.72 0.27
Hex 13 76 53 54 0 1E 36 9F 48 1B
Octal 23 166 123 124 0 36 66 237 110 33
Binary 10011 1110110 1010011 1010100 0 11110 110110 10011111 1001000 11011

Color Harmonies of #137653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137653

Black with #137653

Text Example


Text Example

White with #137653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137653; }

 p { color: rgb(19,118,83); }

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

background-color css

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

 a { background-color: rgb(19,118,83); }

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

border-color css

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

 span { border-color: rgb(19,118,83); }

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