Html Css Color HEX #15855A Salem

📋 copy color: '#15855A'

red 21 ◦ green 133 ◦ blue 90

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

Shades of Salem #15855A

Tints of Salem #15855A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 54.51%

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

R = 8.61%
G = 54.51%
B = 36.89%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#15855A (or 0x15855A) is known color: Salem. HEX triplet: 15, 85 and 5A. RGB value is (21,133,90). Sum of RGB (Red+Green+Blue) = 21+133+90=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 133 (52.34% from 255 or 54.51% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 133 - color contains mainly: green. Hex color #15855A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15855A is #EA7AA5. Grayscale: #5E5E5E. Windows color (decimal): -15366822 or 5932309. OLE color: 5932309.

HSL color Cylindrical-coordinate representation of color #15855A: hue angle of 156.96º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15855A is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 133 90 -
CMYK 0.84 0 0.32 0.48
HSL 156.96º 0.73% 0.3% -
HSV(B) 156.96º 0.84% 0.52% -
XYZ 10.54 17.67 12.53 -
YUV 94.61 125.39 75.5 -
System Red Green Blue C M Y K H S L
Decimal 21 133 90 0.84 0 0.32 0.48 156.96 0.73 0.3
Hex 15 85 5A 54 0 20 30 9D 49 1E
Octal 25 205 132 124 0 40 60 235 111 36
Binary 10101 10000101 1011010 1010100 0 100000 110000 10011101 1001001 11110

Color Harmonies of #15855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15855A

Black with #15855A

Text Example


Text Example

White with #15855A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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