Html Css Color HEX #15714E Salem

📋 copy color: '#15714E'

red 21 ◦ green 113 ◦ blue 78

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

Shades of Salem #15714E

Tints of Salem #15714E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 53.3%

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

R = 9.91%
G = 53.3%
B = 36.79%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#15714E (or 0x15714E) is known color: Salem. HEX triplet: 15, 71 and 4E. RGB value is (21,113,78). Sum of RGB (Red+Green+Blue) = 21+113+78=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 113 (44.53% from 255 or 53.30% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 113 - color contains mainly: green. Hex color #15714E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15714E is #EA8EB1. Grayscale: #515151. Windows color (decimal): -15371954 or 5140757. OLE color: 5140757.

HSL color Cylindrical-coordinate representation of color #15714E: hue angle of 157.17º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15714E is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 113 78 -
CMYK 0.81 0 0.31 0.56
HSL 157.17º 0.69% 0.26% -
HSV(B) 157.17º 0.81% 0.44% -
XYZ 7.59 12.52 9.22 -
YUV 81.5 126.02 84.85 -
System Red Green Blue C M Y K H S L
Decimal 21 113 78 0.81 0 0.31 0.56 157.17 0.69 0.26
Hex 15 71 4E 51 0 1F 38 9D 45 1A
Octal 25 161 116 121 0 37 70 235 105 32
Binary 10101 1110001 1001110 1010001 0 11111 111000 10011101 1000101 11010

Color Harmonies of #15714E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15714E

Black with #15714E

Text Example


Text Example

White with #15714E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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