Html Css Color HEX #15885A Salem

📋 copy color: '#15885A'

red 21 ◦ green 136 ◦ blue 90

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

Shades of Salem #15885A

Tints of Salem #15885A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 55.06%

 BLUE value IS 90 (35.55% from 255) = 36.44%

R = 8.5%
G = 55.06%
B = 36.44%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#15885A (or 0x15885A) is known color: Salem. HEX triplet: 15, 88 and 5A. RGB value is (21,136,90). Sum of RGB (Red+Green+Blue) = 21+136+90=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 136 (53.52% from 255 or 55.06% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 136 - color contains mainly: green. Hex color #15885A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15885A is #EA77A5. Grayscale: #606060. Windows color (decimal): -15366054 or 5933077. OLE color: 5933077.

HSL color Cylindrical-coordinate representation of color #15885A: hue angle of 156º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15885A is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 21 136 90 -
CMYK 0.85 0 0.34 0.47
HSL 156º 0.73% 0.31% -
HSV(B) 156º 0.85% 0.53% -
XYZ 10.96 18.51 12.67 -
YUV 96.37 124.4 74.24 -
System Red Green Blue C M Y K H S L
Decimal 21 136 90 0.85 0 0.34 0.47 156 0.73 0.31
Hex 15 88 5A 55 0 22 2F 9C 49 1F
Octal 25 210 132 125 0 42 57 234 111 37
Binary 10101 10001000 1011010 1010101 0 100010 101111 10011100 1001001 11111

Color Harmonies of #15885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15885A

Black with #15885A

Text Example


Text Example

White with #15885A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15885A; }

 p { color: rgb(21,136,90); }

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

background-color css

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

 a { background-color: rgb(21,136,90); }

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

border-color css

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

 span { border-color: rgb(21,136,90); }

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