Html Css Color HEX #157250 Salem

📋 copy color: '#157250'

red 21 ◦ green 114 ◦ blue 80

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

Shades of Salem #157250

Tints of Salem #157250

RGB

 RED value IS 21 (8.59% from 255) = 9.77%

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

 BLUE value IS 80 (31.64% from 255) = 37.21%

R = 9.77%
G = 53.02%
B = 37.21%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#157250 (or 0x157250) is known color: Salem. HEX triplet: 15, 72 and 50. RGB value is (21,114,80). Sum of RGB (Red+Green+Blue) = 21+114+80=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 114 (44.92% from 255 or 53.02% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 114 - color contains mainly: green. Hex color #157250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157250 is #EA8DAF. Grayscale: #525252. Windows color (decimal): -15371696 or 5272085. OLE color: 5272085.

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

Color convert

RGB 21 114 80 -
CMYK 0.82 0 0.30 0.55
HSL 158.06º 0.69% 0.26% -
HSV(B) 158.06º 0.82% 0.45% -
XYZ 7.77 12.77 9.65 -
YUV 82.32 126.69 84.26 -
System Red Green Blue C M Y K H S L
Decimal 21 114 80 0.82 0 0.30 0.55 158.06 0.69 0.26
Hex 15 72 50 52 0 1E 37 9E 45 1A
Octal 25 162 120 122 0 36 67 236 105 32
Binary 10101 1110010 1010000 1010010 0 11110 110111 10011110 1000101 11010

Color Harmonies of #157250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157250

Black with #157250

Text Example


Text Example

White with #157250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157250; }

 p { color: rgb(21,114,80); }

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

background-color css

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

 a { background-color: rgb(21,114,80); }

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

border-color css

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

 span { border-color: rgb(21,114,80); }

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