Html Css Color HEX #15804C Salem

📋 copy color: '#15804C'

red 21 ◦ green 128 ◦ blue 76

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

Shades of Salem #15804C

Tints of Salem #15804C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 56.89%

 BLUE value IS 76 (30.08% from 255) = 33.78%

R = 9.33%
G = 56.89%
B = 33.78%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#15804C (or 0x15804C) is known color: Salem. HEX triplet: 15, 80 and 4C. RGB value is (21,128,76). Sum of RGB (Red+Green+Blue) = 21+128+76=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 128 (50.39% from 255 or 56.89% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 128 - color contains mainly: green. Hex color #15804C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15804C is #EA7FB3. Grayscale: #5A5A5A. Windows color (decimal): -15368116 or 5013525. OLE color: 5013525.

HSL color Cylindrical-coordinate representation of color #15804C: hue angle of 150.84º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15804C is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB 21 128 76 -
CMYK 0.84 0 0.41 0.50
HSL 150.84º 0.72% 0.29% -
HSV(B) 150.84º 0.84% 0.5% -
XYZ 9.33 16.12 9.46 -
YUV 90.08 120.05 78.73 -
System Red Green Blue C M Y K H S L
Decimal 21 128 76 0.84 0 0.41 0.50 150.84 0.72 0.29
Hex 15 80 4C 54 0 29 32 97 48 1D
Octal 25 200 114 124 0 51 62 227 110 35
Binary 10101 10000000 1001100 1010100 0 101001 110010 10010111 1001000 11101

Color Harmonies of #15804C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15804C

Black with #15804C

Text Example


Text Example

White with #15804C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15804C; }

 p { color: rgb(21,128,76); }

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

background-color css

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

 a { background-color: rgb(21,128,76); }

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

border-color css

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

 span { border-color: rgb(21,128,76); }

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