Html Css Color HEX #15864E Salem

📋 copy color: '#15864E'

red 21 ◦ green 134 ◦ blue 78

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

Shades of Salem #15864E

Tints of Salem #15864E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 57.51%

 BLUE value IS 78 (30.86% from 255) = 33.48%

R = 9.01%
G = 57.51%
B = 33.48%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#15864E (or 0x15864E) is known color: Salem. HEX triplet: 15, 86 and 4E. RGB value is (21,134,78). Sum of RGB (Red+Green+Blue) = 21+134+78=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 134 (52.73% from 255 or 57.51% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 134 - color contains mainly: green. Hex color #15864E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15864E is #EA79B1. Grayscale: #5D5D5D. Windows color (decimal): -15366578 or 5146133. OLE color: 5146133.

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

Color convert

RGB 21 134 78 -
CMYK 0.84 0 0.42 0.47
HSL 150.27º 0.73% 0.3% -
HSV(B) 150.27º 0.84% 0.53% -
XYZ 10.21 17.76 10.1 -
YUV 93.83 119.06 76.05 -
System Red Green Blue C M Y K H S L
Decimal 21 134 78 0.84 0 0.42 0.47 150.27 0.73 0.3
Hex 15 86 4E 54 0 2A 2F 96 49 1E
Octal 25 206 116 124 0 52 57 226 111 36
Binary 10101 10000110 1001110 1010100 0 101010 101111 10010110 1001001 11110

Color Harmonies of #15864E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15864E

Black with #15864E

Text Example


Text Example

White with #15864E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15864E; }

 p { color: rgb(21,134,78); }

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

background-color css

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

 a { background-color: rgb(21,134,78); }

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

border-color css

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

 span { border-color: rgb(21,134,78); }

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