Html Css Color HEX #15754F Salem

📋 copy color: '#15754F'

red 21 ◦ green 117 ◦ blue 79

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

Shades of Salem #15754F

Tints of Salem #15754F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 53.92%

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

R = 9.68%
G = 53.92%
B = 36.41%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#15754F (or 0x15754F) is known color: Salem. HEX triplet: 15, 75 and 4F. RGB value is (21,117,79). Sum of RGB (Red+Green+Blue) = 21+117+79=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #15754F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15754F is #EA8AB0. Grayscale: #545454. Windows color (decimal): -15370929 or 5207317. OLE color: 5207317.

HSL color Cylindrical-coordinate representation of color #15754F: hue angle of 156.25º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15754F is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 117 79 -
CMYK 0.82 0 0.32 0.54
HSL 156.25º 0.7% 0.27% -
HSV(B) 156.25º 0.82% 0.46% -
XYZ 8.08 13.45 9.57 -
YUV 83.96 125.2 83.09 -
System Red Green Blue C M Y K H S L
Decimal 21 117 79 0.82 0 0.32 0.54 156.25 0.7 0.27
Hex 15 75 4F 52 0 20 36 9C 46 1B
Octal 25 165 117 122 0 40 66 234 106 33
Binary 10101 1110101 1001111 1010010 0 100000 110110 10011100 1000110 11011

Color Harmonies of #15754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15754F

Black with #15754F

Text Example


Text Example

White with #15754F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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