Html Css Color HEX #14865A Salem

📋 copy color: '#14865A'

red 20 ◦ green 134 ◦ blue 90

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

Shades of Salem #14865A

Tints of Salem #14865A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 54.92%

 BLUE value IS 90 (35.55% from 255) = 36.89%

R = 8.2%
G = 54.92%
B = 36.89%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#14865A (or 0x14865A) is known color: Salem. HEX triplet: 14, 86 and 5A. RGB value is (20,134,90). Sum of RGB (Red+Green+Blue) = 20+134+90=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 134 (52.73% from 255 or 54.92% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 134 - color contains mainly: green. Hex color #14865A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14865A is #EB79A5. Grayscale: #5E5E5E. Windows color (decimal): -15432102 or 5932564. OLE color: 5932564.

HSL color Cylindrical-coordinate representation of color #14865A: hue angle of 156.84º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14865A is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 134 90 -
CMYK 0.85 0 0.33 0.47
HSL 156.84º 0.74% 0.3% -
HSV(B) 156.84º 0.85% 0.53% -
XYZ 10.66 17.94 12.57 -
YUV 94.9 125.23 74.58 -
System Red Green Blue C M Y K H S L
Decimal 20 134 90 0.85 0 0.33 0.47 156.84 0.74 0.3
Hex 14 86 5A 55 0 21 2F 9D 4A 1E
Octal 24 206 132 125 0 41 57 235 112 36
Binary 10100 10000110 1011010 1010101 0 100001 101111 10011101 1001010 11110

Color Harmonies of #14865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14865A

Black with #14865A

Text Example


Text Example

White with #14865A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,134,90); }

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

background-color css

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

 a { background-color: rgb(20,134,90); }

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

border-color css

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

 span { border-color: rgb(20,134,90); }

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