Html Css Color HEX #158341 Salem

📋 copy color: '#158341'

red 21 ◦ green 131 ◦ blue 65

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

Shades of Salem #158341

Tints of Salem #158341

RGB

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

 GREEN value IS 131 (51.56% from 255) = 60.37%

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

R = 9.68%
G = 60.37%
B = 29.95%

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

#158341 (or 0x158341) is known color: Salem. HEX triplet: 15, 83 and 41. RGB value is (21,131,65). Sum of RGB (Red+Green+Blue) = 21+131+65=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 131 (51.56% from 255 or 60.37% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 131 - color contains mainly: green. Hex color #158341 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158341 is #EA7CBE. Grayscale: #5A5A5A. Windows color (decimal): -15367359 or 4293397. OLE color: 4293397.

HSL color Cylindrical-coordinate representation of color #158341: hue angle of 144º 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 #158341 is Cyan = 0.84, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 131 65 -
CMYK 0.84 0 0.50 0.49
HSL 144º 0.72% 0.3% -
HSV(B) 144º 0.84% 0.51% -
XYZ 9.38 16.77 7.74 -
YUV 90.59 113.56 78.37 -
System Red Green Blue C M Y K H S L
Decimal 21 131 65 0.84 0 0.50 0.49 144 0.72 0.3
Hex 15 83 41 54 0 32 31 90 48 1E
Octal 25 203 101 124 0 62 61 220 110 36
Binary 10101 10000011 1000001 1010100 0 110010 110001 10010000 1001000 11110

Color Harmonies of #158341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158341

Black with #158341

Text Example


Text Example

White with #158341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158341; }

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

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

background-color css

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

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

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

border-color css

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

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

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