Html Css Color HEX #14804A Salem

📋 copy color: '#14804A'

red 20 ◦ green 128 ◦ blue 74

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

Shades of Salem #14804A

Tints of Salem #14804A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 33.33%

R = 9.01%
G = 57.66%
B = 33.33%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.42

 K value IS 0.50

RGB Variations

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

Color information

#14804A (or 0x14804A) is known color: Salem. HEX triplet: 14, 80 and 4A. RGB value is (20,128,74). Sum of RGB (Red+Green+Blue) = 20+128+74=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 128 (50.39% from 255 or 57.66% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 128 - color contains mainly: green. Hex color #14804A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14804A is #EB7FB5. Grayscale: #595959. Windows color (decimal): -15433654 or 4882452. OLE color: 4882452.

HSL color Cylindrical-coordinate representation of color #14804A: hue angle of 150º 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 #14804A is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 128 74 -
CMYK 0.84 0 0.42 0.50
HSL 150º 0.73% 0.29% -
HSV(B) 150º 0.84% 0.5% -
XYZ 9.24 16.08 9.1 -
YUV 89.55 119.22 78.39 -
System Red Green Blue C M Y K H S L
Decimal 20 128 74 0.84 0 0.42 0.50 150 0.73 0.29
Hex 14 80 4A 54 0 2A 32 96 49 1D
Octal 24 200 112 124 0 52 62 226 111 35
Binary 10100 10000000 1001010 1010100 0 101010 110010 10010110 1001001 11101

Color Harmonies of #14804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14804A

Black with #14804A

Text Example


Text Example

White with #14804A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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