Html Css Color HEX #15914B Salem

📋 copy color: '#15914B'

red 21 ◦ green 145 ◦ blue 75

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

Shades of Salem #15914B

Tints of Salem #15914B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 60.17%

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

R = 8.71%
G = 60.17%
B = 31.12%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#15914B (or 0x15914B) is known color: Salem. HEX triplet: 15, 91 and 4B. RGB value is (21,145,75). Sum of RGB (Red+Green+Blue) = 21+145+75=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 145 (57.03% from 255 or 60.17% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 145 - color contains mainly: green. Hex color #15914B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15914B is #EA6EB4. Grayscale: #646464. Windows color (decimal): -15363765 or 4952341. OLE color: 4952341.

HSL color Cylindrical-coordinate representation of color #15914B: hue angle of 146.13º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15914B is Cyan = 0.86, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB 21 145 75 -
CMYK 0.86 0 0.48 0.43
HSL 146.13º 0.75% 0.33% -
HSV(B) 146.13º 0.86% 0.57% -
XYZ 11.7 20.92 10.08 -
YUV 99.94 113.92 71.69 -
System Red Green Blue C M Y K H S L
Decimal 21 145 75 0.86 0 0.48 0.43 146.13 0.75 0.33
Hex 15 91 4B 56 0 30 2B 92 4B 21
Octal 25 221 113 126 0 60 53 222 113 41
Binary 10101 10010001 1001011 1010110 0 110000 101011 10010010 1001011 100001

Color Harmonies of #15914B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15914B

Black with #15914B

Text Example


Text Example

White with #15914B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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