Html Css Color HEX #137955 Salem

📋 copy color: '#137955'

red 19 ◦ green 121 ◦ blue 85

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

Shades of Salem #137955

Tints of Salem #137955

RGB

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

 GREEN value IS 121 (47.66% from 255) = 53.78%

 BLUE value IS 85 (33.59% from 255) = 37.78%

R = 8.44%
G = 53.78%
B = 37.78%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#137955 (or 0x137955) is known color: Salem. HEX triplet: 13, 79 and 55. RGB value is (19,121,85). Sum of RGB (Red+Green+Blue) = 19+121+85=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 121 (47.66% from 255 or 53.78% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 121 - color contains mainly: green. Hex color #137955 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137955 is #EC86AA. Grayscale: #565656. Windows color (decimal): -15500971 or 5601555. OLE color: 5601555.

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

Color convert

RGB 19 121 85 -
CMYK 0.84 0 0.30 0.53
HSL 158.82º 0.73% 0.27% -
HSV(B) 158.82º 0.84% 0.47% -
XYZ 8.75 14.47 10.93 -
YUV 86.4 127.21 79.93 -
System Red Green Blue C M Y K H S L
Decimal 19 121 85 0.84 0 0.30 0.53 158.82 0.73 0.27
Hex 13 79 55 54 0 1E 35 9F 49 1B
Octal 23 171 125 124 0 36 65 237 111 33
Binary 10011 1111001 1010101 1010100 0 11110 110101 10011111 1001001 11011

Color Harmonies of #137955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137955

Black with #137955

Text Example


Text Example

White with #137955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137955; }

 p { color: rgb(19,121,85); }

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

background-color css

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

 a { background-color: rgb(19,121,85); }

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

border-color css

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

 span { border-color: rgb(19,121,85); }

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