Html Css Color HEX #137952 Salem

📋 copy color: '#137952'

red 19 ◦ green 121 ◦ blue 82

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

Shades of Salem #137952

Tints of Salem #137952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 36.94%

R = 8.56%
G = 54.5%
B = 36.94%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#137952 (or 0x137952) is known color: Salem. HEX triplet: 13, 79 and 52. RGB value is (19,121,82). Sum of RGB (Red+Green+Blue) = 19+121+82=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 121 (47.66% from 255 or 54.50% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 121 - color contains mainly: green. Hex color #137952 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137952 is #EC86AD. Grayscale: #565656. Windows color (decimal): -15500974 or 5404947. OLE color: 5404947.

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

Color convert

RGB 19 121 82 -
CMYK 0.84 0 0.32 0.53
HSL 157.06º 0.73% 0.27% -
HSV(B) 157.06º 0.84% 0.47% -
XYZ 8.63 14.42 10.31 -
YUV 86.06 125.71 80.17 -
System Red Green Blue C M Y K H S L
Decimal 19 121 82 0.84 0 0.32 0.53 157.06 0.73 0.27
Hex 13 79 52 54 0 20 35 9D 49 1B
Octal 23 171 122 124 0 40 65 235 111 33
Binary 10011 1111001 1010010 1010100 0 100000 110101 10011101 1001001 11011

Color Harmonies of #137952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137952

Black with #137952

Text Example


Text Example

White with #137952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137952; }

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

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

background-color css

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

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

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

border-color css

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

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

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