Html Css Color HEX #15865A Salem

📋 copy color: '#15865A'

red 21 ◦ green 134 ◦ blue 90

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

Shades of Salem #15865A

Tints of Salem #15865A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 36.73%

R = 8.57%
G = 54.69%
B = 36.73%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#15865A (or 0x15865A) is known color: Salem. HEX triplet: 15, 86 and 5A. RGB value is (21,134,90). Sum of RGB (Red+Green+Blue) = 21+134+90=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 134 (52.73% from 255 or 54.69% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 134 - color contains mainly: green. Hex color #15865A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15865A is #EA79A5. Grayscale: #5F5F5F. Windows color (decimal): -15366566 or 5932565. OLE color: 5932565.

HSL color Cylindrical-coordinate representation of color #15865A: hue angle of 156.64º 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 #15865A is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 21 134 90 -
CMYK 0.84 0 0.33 0.47
HSL 156.64º 0.73% 0.3% -
HSV(B) 156.64º 0.84% 0.53% -
XYZ 10.68 17.95 12.57 -
YUV 95.2 125.06 75.08 -
System Red Green Blue C M Y K H S L
Decimal 21 134 90 0.84 0 0.33 0.47 156.64 0.73 0.3
Hex 15 86 5A 54 0 21 2F 9D 49 1E
Octal 25 206 132 124 0 41 57 235 111 36
Binary 10101 10000110 1011010 1010100 0 100001 101111 10011101 1001001 11110

Color Harmonies of #15865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15865A

Black with #15865A

Text Example


Text Example

White with #15865A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15865A; }

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

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

background-color css

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

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

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

border-color css

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

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

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