Html Css Color HEX #149057 Salem

📋 copy color: '#149057'

red 20 ◦ green 144 ◦ blue 87

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

Shades of Salem #149057

Tints of Salem #149057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 34.66%

R = 7.97%
G = 57.37%
B = 34.66%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.40

 K value IS 0.44

RGB Variations

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

Color information

#149057 (or 0x149057) is known color: Salem. HEX triplet: 14, 90 and 57. RGB value is (20,144,87). Sum of RGB (Red+Green+Blue) = 20+144+87=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 144 (56.64% from 255 or 57.37% from 251); Blue value is 87 (34.38% from 255 or 34.66% from 251); Max value from RGB is 144 - color contains mainly: green. Hex color #149057 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149057 is #EB6FA8. Grayscale: #646464. Windows color (decimal): -15429545 or 5738516. OLE color: 5738516.

HSL color Cylindrical-coordinate representation of color #149057: hue angle of 152.42º 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 #149057 is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 144 87 -
CMYK 0.86 0 0.40 0.44
HSL 152.42º 0.76% 0.32% -
HSV(B) 152.42º 0.86% 0.56% -
XYZ 11.98 20.78 12.4 -
YUV 100.43 120.42 70.63 -
System Red Green Blue C M Y K H S L
Decimal 20 144 87 0.86 0 0.40 0.44 152.42 0.76 0.32
Hex 14 90 57 56 0 28 2C 98 4C 20
Octal 24 220 127 126 0 50 54 230 114 40
Binary 10100 10010000 1010111 1010110 0 101000 101100 10011000 1001100 100000

Color Harmonies of #149057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149057

Black with #149057

Text Example


Text Example

White with #149057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149057; }

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

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

background-color css

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

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

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

border-color css

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

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

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