Html Css Color HEX #14875A Salem

📋 copy color: '#14875A'

red 20 ◦ green 135 ◦ blue 90

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

Shades of Salem #14875A

Tints of Salem #14875A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 55.1%

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

R = 8.16%
G = 55.1%
B = 36.73%

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

#14875A (or 0x14875A) is known color: Salem. HEX triplet: 14, 87 and 5A. RGB value is (20,135,90). Sum of RGB (Red+Green+Blue) = 20+135+90=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 135 (53.12% from 255 or 55.10% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 135 - color contains mainly: green. Hex color #14875A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14875A is #EB78A5. Grayscale: #5F5F5F. Windows color (decimal): -15431846 or 5932820. OLE color: 5932820.

HSL color Cylindrical-coordinate representation of color #14875A: hue angle of 156.52º 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 #14875A is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 135 90 -
CMYK 0.85 0 0.33 0.47
HSL 156.52º 0.74% 0.3% -
HSV(B) 156.52º 0.85% 0.53% -
XYZ 10.8 18.21 12.62 -
YUV 95.49 124.9 74.16 -
System Red Green Blue C M Y K H S L
Decimal 20 135 90 0.85 0 0.33 0.47 156.52 0.74 0.3
Hex 14 87 5A 55 0 21 2F 9D 4A 1E
Octal 24 207 132 125 0 41 57 235 112 36
Binary 10100 10000111 1011010 1010101 0 100001 101111 10011101 1001010 11110

Color Harmonies of #14875A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14875A

Black with #14875A

Text Example


Text Example

White with #14875A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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