Html Css Color HEX #14894C Salem

📋 copy color: '#14894C'

red 20 ◦ green 137 ◦ blue 76

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

Shades of Salem #14894C

Tints of Salem #14894C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 58.8%

 BLUE value IS 76 (30.08% from 255) = 32.62%

R = 8.58%
G = 58.8%
B = 32.62%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#14894C (or 0x14894C) is known color: Salem. HEX triplet: 14, 89 and 4C. RGB value is (20,137,76). Sum of RGB (Red+Green+Blue) = 20+137+76=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 137 (53.91% from 255 or 58.80% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 137 - color contains mainly: green. Hex color #14894C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14894C is #EB76B3. Grayscale: #5F5F5F. Windows color (decimal): -15431348 or 5015828. OLE color: 5015828.

HSL color Cylindrical-coordinate representation of color #14894C: hue angle of 148.72º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14894C is Cyan = 0.85, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 137 76 -
CMYK 0.85 0 0.45 0.46
HSL 148.72º 0.75% 0.31% -
HSV(B) 148.72º 0.85% 0.54% -
XYZ 10.54 18.56 9.86 -
YUV 95.06 117.24 74.46 -
System Red Green Blue C M Y K H S L
Decimal 20 137 76 0.85 0 0.45 0.46 148.72 0.75 0.31
Hex 14 89 4C 55 0 2D 2E 95 4B 1F
Octal 24 211 114 125 0 55 56 225 113 37
Binary 10100 10001001 1001100 1010101 0 101101 101110 10010101 1001011 11111

Color Harmonies of #14894C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14894C

Black with #14894C

Text Example


Text Example

White with #14894C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14894C; }

 p { color: rgb(20,137,76); }

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

background-color css

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

 a { background-color: rgb(20,137,76); }

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

border-color css

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

 span { border-color: rgb(20,137,76); }

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