Html Css Color HEX #15824D Salem

📋 copy color: '#15824D'

red 21 ◦ green 130 ◦ blue 77

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

Shades of Salem #15824D

Tints of Salem #15824D

RGB

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

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

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

R = 9.21%
G = 57.02%
B = 33.77%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#15824D (or 0x15824D) is known color: Salem. HEX triplet: 15, 82 and 4D. RGB value is (21,130,77). Sum of RGB (Red+Green+Blue) = 21+130+77=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 130 (51.17% from 255 or 57.02% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 130 - color contains mainly: green. Hex color #15824D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15824D is #EA7DB2. Grayscale: #5B5B5B. Windows color (decimal): -15367603 or 5079573. OLE color: 5079573.

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

Color convert

RGB 21 130 77 -
CMYK 0.84 0 0.41 0.49
HSL 150.83º 0.72% 0.3% -
HSV(B) 150.83º 0.84% 0.51% -
XYZ 9.63 16.66 9.73 -
YUV 91.37 119.89 77.81 -
System Red Green Blue C M Y K H S L
Decimal 21 130 77 0.84 0 0.41 0.49 150.83 0.72 0.3
Hex 15 82 4D 54 0 29 31 97 48 1E
Octal 25 202 115 124 0 51 61 227 110 36
Binary 10101 10000010 1001101 1010100 0 101001 110001 10010111 1001000 11110

Color Harmonies of #15824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15824D

Black with #15824D

Text Example


Text Example

White with #15824D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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