Html Css Color HEX #149059 Salem

📋 copy color: '#149059'

red 20 ◦ green 144 ◦ blue 89

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

Shades of Salem #149059

Tints of Salem #149059

RGB

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

 GREEN value IS 144 (56.64% from 255) = 56.92%

 BLUE value IS 89 (35.16% from 255) = 35.18%

R = 7.91%
G = 56.92%
B = 35.18%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#149059 (or 0x149059) is known color: Salem. HEX triplet: 14, 90 and 59. RGB value is (20,144,89). Sum of RGB (Red+Green+Blue) = 20+144+89=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 144 (56.64% from 255 or 56.92% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 144 - color contains mainly: green. Hex color #149059 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149059 is #EB6FA6. Grayscale: #646464. Windows color (decimal): -15429543 or 5869588. OLE color: 5869588.

HSL color Cylindrical-coordinate representation of color #149059: hue angle of 153.39º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149059 is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 144 89 -
CMYK 0.86 0 0.38 0.44
HSL 153.39º 0.76% 0.32% -
HSV(B) 153.39º 0.86% 0.56% -
XYZ 12.06 20.82 12.83 -
YUV 100.65 121.42 70.47 -
System Red Green Blue C M Y K H S L
Decimal 20 144 89 0.86 0 0.38 0.44 153.39 0.76 0.32
Hex 14 90 59 56 0 26 2C 99 4C 20
Octal 24 220 131 126 0 46 54 231 114 40
Binary 10100 10010000 1011001 1010110 0 100110 101100 10011001 1001100 100000

Color Harmonies of #149059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149059

Black with #149059

Text Example


Text Example

White with #149059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149059; }

 p { color: rgb(20,144,89); }

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

background-color css

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

 a { background-color: rgb(20,144,89); }

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

border-color css

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

 span { border-color: rgb(20,144,89); }

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