Html Css Color HEX #149353 Salem

📋 copy color: '#149353'

red 20 ◦ green 147 ◦ blue 83

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

Shades of Salem #149353

Tints of Salem #149353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 33.2%

R = 8%
G = 58.8%
B = 33.2%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#149353 (or 0x149353) is known color: Salem. HEX triplet: 14, 93 and 53. RGB value is (20,147,83). Sum of RGB (Red+Green+Blue) = 20+147+83=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 147 (57.81% from 255 or 58.8% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 147 - color contains mainly: green. Hex color #149353 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149353 is #EB6CAC. Grayscale: #656565. Windows color (decimal): -15428781 or 5477140. OLE color: 5477140.

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

Color convert

RGB 20 147 83 -
CMYK 0.86 0 0.44 0.42
HSL 149.76º 0.76% 0.33% -
HSV(B) 149.76º 0.86% 0.58% -
XYZ 12.28 21.64 11.71 -
YUV 101.73 117.42 69.7 -
System Red Green Blue C M Y K H S L
Decimal 20 147 83 0.86 0 0.44 0.42 149.76 0.76 0.33
Hex 14 93 53 56 0 2C 2A 96 4C 21
Octal 24 223 123 126 0 54 52 226 114 41
Binary 10100 10010011 1010011 1010110 0 101100 101010 10010110 1001100 100001

Color Harmonies of #149353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149353

Black with #149353

Text Example


Text Example

White with #149353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149353; }

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

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

background-color css

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

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

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

border-color css

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

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

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