Html Css Color HEX #149355 Salem

📋 copy color: '#149355'

red 20 ◦ green 147 ◦ blue 85

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

Shades of Salem #149355

Tints of Salem #149355

RGB

 RED value IS 20 (8.2% from 255) = 7.94%

 GREEN value IS 147 (57.81% from 255) = 58.33%

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

R = 7.94%
G = 58.33%
B = 33.73%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#149355 (or 0x149355) is known color: Salem. HEX triplet: 14, 93 and 55. RGB value is (20,147,85). Sum of RGB (Red+Green+Blue) = 20+147+85=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 147 (57.81% from 255 or 58.33% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 147 - color contains mainly: green. Hex color #149355 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149355 is #EB6CAA. Grayscale: #666666. Windows color (decimal): -15428779 or 5608212. OLE color: 5608212.

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

Color convert

RGB 20 147 85 -
CMYK 0.86 0 0.42 0.42
HSL 150.71º 0.76% 0.33% -
HSV(B) 150.71º 0.86% 0.58% -
XYZ 12.36 21.67 12.13 -
YUV 101.96 118.42 69.54 -
System Red Green Blue C M Y K H S L
Decimal 20 147 85 0.86 0 0.42 0.42 150.71 0.76 0.33
Hex 14 93 55 56 0 2A 2A 97 4C 21
Octal 24 223 125 126 0 52 52 227 114 41
Binary 10100 10010011 1010101 1010110 0 101010 101010 10010111 1001100 100001

Color Harmonies of #149355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149355

Black with #149355

Text Example


Text Example

White with #149355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149355; }

 p { color: rgb(20,147,85); }

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

background-color css

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

 a { background-color: rgb(20,147,85); }

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

border-color css

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

 span { border-color: rgb(20,147,85); }

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