Html Css Color HEX #15824B Salem

📋 copy color: '#15824B'

red 21 ◦ green 130 ◦ blue 75

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

Shades of Salem #15824B

Tints of Salem #15824B

RGB

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

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

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

R = 9.29%
G = 57.52%
B = 33.19%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#15824B (or 0x15824B) is known color: Salem. HEX triplet: 15, 82 and 4B. RGB value is (21,130,75). Sum of RGB (Red+Green+Blue) = 21+130+75=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 130 (51.17% from 255 or 57.52% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 130 - color contains mainly: green. Hex color #15824B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15824B is #EA7DB4. Grayscale: #5B5B5B. Windows color (decimal): -15367605 or 4948501. OLE color: 4948501.

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

Color convert

RGB 21 130 75 -
CMYK 0.84 0 0.42 0.49
HSL 149.72º 0.72% 0.3% -
HSV(B) 149.72º 0.84% 0.51% -
XYZ 9.56 16.63 9.36 -
YUV 91.14 118.89 77.97 -
System Red Green Blue C M Y K H S L
Decimal 21 130 75 0.84 0 0.42 0.49 149.72 0.72 0.3
Hex 15 82 4B 54 0 2A 31 96 48 1E
Octal 25 202 113 124 0 52 61 226 110 36
Binary 10101 10000010 1001011 1010100 0 101010 110001 10010110 1001000 11110

Color Harmonies of #15824B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15824B

Black with #15824B

Text Example


Text Example

White with #15824B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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