Html Css Color HEX #15794B Salem

📋 copy color: '#15794B'

red 21 ◦ green 121 ◦ blue 75

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

Shades of Salem #15794B

Tints of Salem #15794B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 55.76%

 BLUE value IS 75 (29.69% from 255) = 34.56%

R = 9.68%
G = 55.76%
B = 34.56%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#15794B (or 0x15794B) is known color: Salem. HEX triplet: 15, 79 and 4B. RGB value is (21,121,75). Sum of RGB (Red+Green+Blue) = 21+121+75=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 121 (47.66% from 255 or 55.76% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 121 - color contains mainly: green. Hex color #15794B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15794B is #EA86B4. Grayscale: #555555. Windows color (decimal): -15369909 or 4946197. OLE color: 4946197.

HSL color Cylindrical-coordinate representation of color #15794B: hue angle of 152.4º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15794B is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 21 121 75 -
CMYK 0.83 0 0.38 0.53
HSL 152.4º 0.7% 0.28% -
HSV(B) 152.4º 0.83% 0.47% -
XYZ 8.42 14.34 8.98 -
YUV 85.86 121.87 81.74 -
System Red Green Blue C M Y K H S L
Decimal 21 121 75 0.83 0 0.38 0.53 152.4 0.7 0.28
Hex 15 79 4B 53 0 26 35 98 46 1C
Octal 25 171 113 123 0 46 65 230 106 34
Binary 10101 1111001 1001011 1010011 0 100110 110101 10011000 1000110 11100

Color Harmonies of #15794B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15794B

Black with #15794B

Text Example


Text Example

White with #15794B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15794B; }

 p { color: rgb(21,121,75); }

 H1.HeaderClassName
 {
   color: #15794B;
 }
 .AnyTagClassName
 {
   color: #15794B;
 }
</style>

background-color css

<style>
 a { background-color: #15794B; }

 a { background-color: rgb(21,121,75); }

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

border-color css

<style>
 span { border-color: #15794B; }

 span { border-color: rgb(21,121,75); }

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