Html Css Color HEX #137954 Salem

📋 copy color: '#137954'

red 19 ◦ green 121 ◦ blue 84

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

Shades of Salem #137954

Tints of Salem #137954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 37.5%

R = 8.48%
G = 54.02%
B = 37.5%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#137954 (or 0x137954) is known color: Salem. HEX triplet: 13, 79 and 54. RGB value is (19,121,84). Sum of RGB (Red+Green+Blue) = 19+121+84=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 121 (47.66% from 255 or 54.02% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 121 - color contains mainly: green. Hex color #137954 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137954 is #EC86AB. Grayscale: #565656. Windows color (decimal): -15500972 or 5536019. OLE color: 5536019.

HSL color Cylindrical-coordinate representation of color #137954: hue angle of 158.24º 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 #137954 is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 121 84 -
CMYK 0.84 0 0.31 0.53
HSL 158.24º 0.73% 0.27% -
HSV(B) 158.24º 0.84% 0.47% -
XYZ 8.71 14.45 10.72 -
YUV 86.28 126.71 80.01 -
System Red Green Blue C M Y K H S L
Decimal 19 121 84 0.84 0 0.31 0.53 158.24 0.73 0.27
Hex 13 79 54 54 0 1F 35 9E 49 1B
Octal 23 171 124 124 0 37 65 236 111 33
Binary 10011 1111001 1010100 1010100 0 11111 110101 10011110 1001001 11011

Color Harmonies of #137954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137954

Black with #137954

Text Example


Text Example

White with #137954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137954; }

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

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

background-color css

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

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

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

border-color css

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

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

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