Html Css Color HEX #159255 Salem

📋 copy color: '#159255'

red 21 ◦ green 146 ◦ blue 85

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

Shades of Salem #159255

Tints of Salem #159255

RGB

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

 GREEN value IS 146 (57.42% from 255) = 57.94%

 BLUE value IS 85 (33.59% from 255) = 33.73%

R = 8.33%
G = 57.94%
B = 33.73%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.42

 K value IS 0.43

RGB Variations

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

Color information

#159255 (or 0x159255) is known color: Salem. HEX triplet: 15, 92 and 55. RGB value is (21,146,85). Sum of RGB (Red+Green+Blue) = 21+146+85=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 146 (57.42% from 255 or 57.94% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 146 - color contains mainly: green. Hex color #159255 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159255 is #EA6DAA. Grayscale: #656565. Windows color (decimal): -15363499 or 5607957. OLE color: 5607957.

HSL color Cylindrical-coordinate representation of color #159255: hue angle of 150.72º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159255 is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB 21 146 85 -
CMYK 0.86 0 0.42 0.43
HSL 150.72º 0.75% 0.33% -
HSV(B) 150.72º 0.86% 0.57% -
XYZ 12.23 21.37 12.08 -
YUV 101.67 118.59 70.46 -
System Red Green Blue C M Y K H S L
Decimal 21 146 85 0.86 0 0.42 0.43 150.72 0.75 0.33
Hex 15 92 55 56 0 2A 2B 97 4B 21
Octal 25 222 125 126 0 52 53 227 113 41
Binary 10101 10010010 1010101 1010110 0 101010 101011 10010111 1001011 100001

Color Harmonies of #159255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159255

Black with #159255

Text Example


Text Example

White with #159255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159255; }

 p { color: rgb(21,146,85); }

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

background-color css

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

 a { background-color: rgb(21,146,85); }

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

border-color css

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

 span { border-color: rgb(21,146,85); }

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