Html Css Color HEX #15704E Salem

📋 copy color: '#15704E'

red 21 ◦ green 112 ◦ blue 78

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

Shades of Salem #15704E

Tints of Salem #15704E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 53.08%

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

R = 9.95%
G = 53.08%
B = 36.97%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#15704E (or 0x15704E) is known color: Salem. HEX triplet: 15, 70 and 4E. RGB value is (21,112,78). Sum of RGB (Red+Green+Blue) = 21+112+78=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #15704E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15704E is #EA8FB1. Grayscale: #505050. Windows color (decimal): -15372210 or 5140501. OLE color: 5140501.

HSL color Cylindrical-coordinate representation of color #15704E: hue angle of 157.58º degrees, saturation: 0.68, 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 #15704E is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 112 78 -
CMYK 0.81 0 0.30 0.56
HSL 157.58º 0.68% 0.26% -
HSV(B) 157.58º 0.81% 0.44% -
XYZ 7.48 12.3 9.19 -
YUV 80.92 126.35 85.26 -
System Red Green Blue C M Y K H S L
Decimal 21 112 78 0.81 0 0.30 0.56 157.58 0.68 0.26
Hex 15 70 4E 51 0 1E 38 9E 44 1A
Octal 25 160 116 121 0 36 70 236 104 32
Binary 10101 1110000 1001110 1010001 0 11110 111000 10011110 1000100 11010

Color Harmonies of #15704E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15704E

Black with #15704E

Text Example


Text Example

White with #15704E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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