Html Css Color HEX #15764D Salem

📋 copy color: '#15764D'

red 21 ◦ green 118 ◦ blue 77

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

Shades of Salem #15764D

Tints of Salem #15764D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 54.63%

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

R = 9.72%
G = 54.63%
B = 35.65%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#15764D (or 0x15764D) is known color: Salem. HEX triplet: 15, 76 and 4D. RGB value is (21,118,77). Sum of RGB (Red+Green+Blue) = 21+118+77=216 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.72% from 216); Green value is 118 (46.48% from 255 or 54.63% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 118 - color contains mainly: green. Hex color #15764D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15764D is #EA89B2. Grayscale: #545454. Windows color (decimal): -15370675 or 5076501. OLE color: 5076501.

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

Color convert

RGB 21 118 77 -
CMYK 0.82 0 0.35 0.54
HSL 154.64º 0.7% 0.27% -
HSV(B) 154.64º 0.82% 0.46% -
XYZ 8.13 13.65 9.23 -
YUV 84.32 123.86 82.83 -
System Red Green Blue C M Y K H S L
Decimal 21 118 77 0.82 0 0.35 0.54 154.64 0.7 0.27
Hex 15 76 4D 52 0 23 36 9B 46 1B
Octal 25 166 115 122 0 43 66 233 106 33
Binary 10101 1110110 1001101 1010010 0 100011 110110 10011011 1000110 11011

Color Harmonies of #15764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15764D

Black with #15764D

Text Example


Text Example

White with #15764D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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