Html Css Color HEX #15754D Salem

📋 copy color: '#15754D'

red 21 ◦ green 117 ◦ blue 77

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

Shades of Salem #15754D

Tints of Salem #15754D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 35.81%

R = 9.77%
G = 54.42%
B = 35.81%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#15754D (or 0x15754D) is known color: Salem. HEX triplet: 15, 75 and 4D. RGB value is (21,117,77). Sum of RGB (Red+Green+Blue) = 21+117+77=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 117 (46.09% from 255 or 54.42% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 117 - color contains mainly: green. Hex color #15754D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15754D is #EA8AB2. Grayscale: #535353. Windows color (decimal): -15370931 or 5076245. OLE color: 5076245.

HSL color Cylindrical-coordinate representation of color #15754D: hue angle of 155º 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 #15754D is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 117 77 -
CMYK 0.82 0 0.34 0.54
HSL 155º 0.7% 0.27% -
HSV(B) 155º 0.82% 0.46% -
XYZ 8.01 13.42 9.19 -
YUV 83.74 124.2 83.25 -
System Red Green Blue C M Y K H S L
Decimal 21 117 77 0.82 0 0.34 0.54 155 0.7 0.27
Hex 15 75 4D 52 0 22 36 9B 46 1B
Octal 25 165 115 122 0 42 66 233 106 33
Binary 10101 1110101 1001101 1010010 0 100010 110110 10011011 1000110 11011

Color Harmonies of #15754D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15754D

Black with #15754D

Text Example


Text Example

White with #15754D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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