Html Css Color HEX #158241 Salem

📋 copy color: '#158241'

red 21 ◦ green 130 ◦ blue 65

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

Shades of Salem #158241

Tints of Salem #158241

RGB

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

 GREEN value IS 130 (51.17% from 255) = 60.19%

 BLUE value IS 65 (25.78% from 255) = 30.09%

R = 9.72%
G = 60.19%
B = 30.09%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#158241 (or 0x158241) is known color: Salem. HEX triplet: 15, 82 and 41. RGB value is (21,130,65). Sum of RGB (Red+Green+Blue) = 21+130+65=216 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.72% from 216); Green value is 130 (51.17% from 255 or 60.19% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 130 - color contains mainly: green. Hex color #158241 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158241 is #EA7DBE. Grayscale: #5A5A5A. Windows color (decimal): -15367615 or 4293141. OLE color: 4293141.

HSL color Cylindrical-coordinate representation of color #158241: hue angle of 144.22º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158241 is Cyan = 0.84, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 130 65 -
CMYK 0.84 0 0.50 0.49
HSL 144.22º 0.72% 0.3% -
HSV(B) 144.22º 0.84% 0.51% -
XYZ 9.25 16.51 7.7 -
YUV 90 113.89 78.79 -
System Red Green Blue C M Y K H S L
Decimal 21 130 65 0.84 0 0.50 0.49 144.22 0.72 0.3
Hex 15 82 41 54 0 32 31 90 48 1E
Octal 25 202 101 124 0 62 61 220 110 36
Binary 10101 10000010 1000001 1010100 0 110010 110001 10010000 1001000 11110

Color Harmonies of #158241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158241

Black with #158241

Text Example


Text Example

White with #158241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158241; }

 p { color: rgb(21,130,65); }

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

background-color css

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

 a { background-color: rgb(21,130,65); }

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

border-color css

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

 span { border-color: rgb(21,130,65); }

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