Html Css Color HEX #14784D Salem

📋 copy color: '#14784D'

red 20 ◦ green 120 ◦ blue 77

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

Shades of Salem #14784D

Tints of Salem #14784D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 55.3%

 BLUE value IS 77 (30.47% from 255) = 35.48%

R = 9.22%
G = 55.3%
B = 35.48%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#14784D (or 0x14784D) is known color: Salem. HEX triplet: 14, 78 and 4D. RGB value is (20,120,77). Sum of RGB (Red+Green+Blue) = 20+120+77=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 120 (47.27% from 255 or 55.30% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 120 - color contains mainly: green. Hex color #14784D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14784D is #EB87B2. Grayscale: #555555. Windows color (decimal): -15435699 or 5077012. OLE color: 5077012.

HSL color Cylindrical-coordinate representation of color #14784D: hue angle of 154.2º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14784D is Cyan = 0.83, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 120 77 -
CMYK 0.83 0 0.36 0.53
HSL 154.2º 0.71% 0.27% -
HSV(B) 154.2º 0.83% 0.47% -
XYZ 8.34 14.12 9.31 -
YUV 85.2 123.37 81.5 -
System Red Green Blue C M Y K H S L
Decimal 20 120 77 0.83 0 0.36 0.53 154.2 0.71 0.27
Hex 14 78 4D 53 0 24 35 9A 47 1B
Octal 24 170 115 123 0 44 65 232 107 33
Binary 10100 1111000 1001101 1010011 0 100100 110101 10011010 1000111 11011

Color Harmonies of #14784D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14784D

Black with #14784D

Text Example


Text Example

White with #14784D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14784D; }

 p { color: rgb(20,120,77); }

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

background-color css

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

 a { background-color: rgb(20,120,77); }

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

border-color css

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

 span { border-color: rgb(20,120,77); }

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