Html Css Color HEX #14804F Salem

📋 copy color: '#14804F'

red 20 ◦ green 128 ◦ blue 79

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

Shades of Salem #14804F

Tints of Salem #14804F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 56.39%

 BLUE value IS 79 (31.25% from 255) = 34.8%

R = 8.81%
G = 56.39%
B = 34.8%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#14804F (or 0x14804F) is known color: Salem. HEX triplet: 14, 80 and 4F. RGB value is (20,128,79). Sum of RGB (Red+Green+Blue) = 20+128+79=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 128 (50.39% from 255 or 56.39% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 128 - color contains mainly: green. Hex color #14804F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14804F is #EB7FB0. Grayscale: #5A5A5A. Windows color (decimal): -15433649 or 5210132. OLE color: 5210132.

HSL color Cylindrical-coordinate representation of color #14804F: hue angle of 152.78º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14804F is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 128 79 -
CMYK 0.84 0 0.38 0.50
HSL 152.78º 0.73% 0.29% -
HSV(B) 152.78º 0.84% 0.5% -
XYZ 9.42 16.15 10.02 -
YUV 90.12 121.72 77.98 -
System Red Green Blue C M Y K H S L
Decimal 20 128 79 0.84 0 0.38 0.50 152.78 0.73 0.29
Hex 14 80 4F 54 0 26 32 99 49 1D
Octal 24 200 117 124 0 46 62 231 111 35
Binary 10100 10000000 1001111 1010100 0 100110 110010 10011001 1001001 11101

Color Harmonies of #14804F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14804F

Black with #14804F

Text Example


Text Example

White with #14804F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14804F; }

 p { color: rgb(20,128,79); }

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

background-color css

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

 a { background-color: rgb(20,128,79); }

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

border-color css

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

 span { border-color: rgb(20,128,79); }

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