Html Css Color HEX #14874D Salem

📋 copy color: '#14874D'

red 20 ◦ green 135 ◦ blue 77

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

Shades of Salem #14874D

Tints of Salem #14874D

RGB

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

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

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

R = 8.62%
G = 58.19%
B = 33.19%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#14874D (or 0x14874D) is known color: Salem. HEX triplet: 14, 87 and 4D. RGB value is (20,135,77). Sum of RGB (Red+Green+Blue) = 20+135+77=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 135 (53.12% from 255 or 58.19% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 135 - color contains mainly: green. Hex color #14874D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14874D is #EB78B2. Grayscale: #5E5E5E. Windows color (decimal): -15431859 or 5080852. OLE color: 5080852.

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

Color convert

RGB 20 135 77 -
CMYK 0.85 0 0.43 0.47
HSL 149.74º 0.74% 0.3% -
HSV(B) 149.74º 0.85% 0.53% -
XYZ 10.29 18.01 9.96 -
YUV 94 118.4 75.22 -
System Red Green Blue C M Y K H S L
Decimal 20 135 77 0.85 0 0.43 0.47 149.74 0.74 0.3
Hex 14 87 4D 55 0 2B 2F 96 4A 1E
Octal 24 207 115 125 0 53 57 226 112 36
Binary 10100 10000111 1001101 1010101 0 101011 101111 10010110 1001010 11110

Color Harmonies of #14874D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14874D

Black with #14874D

Text Example


Text Example

White with #14874D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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