Html Css Color HEX #15814D Salem

📋 copy color: '#15814D'

red 21 ◦ green 129 ◦ blue 77

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

Shades of Salem #15814D

Tints of Salem #15814D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 56.83%

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

R = 9.25%
G = 56.83%
B = 33.92%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#15814D (or 0x15814D) is known color: Salem. HEX triplet: 15, 81 and 4D. RGB value is (21,129,77). Sum of RGB (Red+Green+Blue) = 21+129+77=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 129 (50.78% from 255 or 56.83% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 129 - color contains mainly: green. Hex color #15814D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15814D is #EA7EB2. Grayscale: #5A5A5A. Windows color (decimal): -15367859 or 5079317. OLE color: 5079317.

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

Color convert

RGB 21 129 77 -
CMYK 0.84 0 0.40 0.49
HSL 151.11º 0.72% 0.29% -
HSV(B) 151.11º 0.84% 0.51% -
XYZ 9.5 16.4 9.69 -
YUV 90.78 120.22 78.23 -
System Red Green Blue C M Y K H S L
Decimal 21 129 77 0.84 0 0.40 0.49 151.11 0.72 0.29
Hex 15 81 4D 54 0 28 31 97 48 1D
Octal 25 201 115 124 0 50 61 227 110 35
Binary 10101 10000001 1001101 1010100 0 101000 110001 10010111 1001000 11101

Color Harmonies of #15814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15814D

Black with #15814D

Text Example


Text Example

White with #15814D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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