Html Css Color HEX #15704F Salem

📋 copy color: '#15704F'

red 21 ◦ green 112 ◦ blue 79

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

Shades of Salem #15704F

Tints of Salem #15704F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 37.26%

R = 9.91%
G = 52.83%
B = 37.26%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#15704F (or 0x15704F) is known color: Salem. HEX triplet: 15, 70 and 4F. RGB value is (21,112,79). Sum of RGB (Red+Green+Blue) = 21+112+79=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 112 (44.14% from 255 or 52.83% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 112 - color contains mainly: green. Hex color #15704F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15704F is #EA8FB0. Grayscale: #515151. Windows color (decimal): -15372209 or 5206037. OLE color: 5206037.

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

Color convert

RGB 21 112 79 -
CMYK 0.81 0 0.29 0.56
HSL 158.24º 0.68% 0.26% -
HSV(B) 158.24º 0.81% 0.44% -
XYZ 7.51 12.31 9.38 -
YUV 81.03 126.85 85.18 -
System Red Green Blue C M Y K H S L
Decimal 21 112 79 0.81 0 0.29 0.56 158.24 0.68 0.26
Hex 15 70 4F 51 0 1D 38 9E 44 1A
Octal 25 160 117 121 0 35 70 236 104 32
Binary 10101 1110000 1001111 1010001 0 11101 111000 10011110 1000100 11010

Color Harmonies of #15704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15704F

Black with #15704F

Text Example


Text Example

White with #15704F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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