Html Css Color HEX #14873E Salem

📋 copy color: '#14873E'

red 20 ◦ green 135 ◦ blue 62

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

Shades of Salem #14873E

Tints of Salem #14873E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 28.57%

R = 9.22%
G = 62.21%
B = 28.57%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#14873E (or 0x14873E) is known color: Salem. HEX triplet: 14, 87 and 3E. RGB value is (20,135,62). Sum of RGB (Red+Green+Blue) = 20+135+62=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 135 (53.12% from 255 or 62.21% from 217); Blue value is 62 (24.61% from 255 or 28.57% from 217); Max value from RGB is 135 - color contains mainly: green. Hex color #14873E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14873E is #EB78C1. Grayscale: #5C5C5C. Windows color (decimal): -15431874 or 4097812. OLE color: 4097812.

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

Color convert

RGB 20 135 62 -
CMYK 0.85 0 0.54 0.47
HSL 141.91º 0.74% 0.3% -
HSV(B) 141.91º 0.85% 0.53% -
XYZ 9.82 17.82 7.48 -
YUV 92.29 110.9 76.44 -
System Red Green Blue C M Y K H S L
Decimal 20 135 62 0.85 0 0.54 0.47 141.91 0.74 0.3
Hex 14 87 3E 55 0 36 2F 8E 4A 1E
Octal 24 207 76 125 0 66 57 216 112 36
Binary 10100 10000111 111110 1010101 0 110110 101111 10001110 1001010 11110

Color Harmonies of #14873E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14873E

Black with #14873E

Text Example


Text Example

White with #14873E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14873E; }

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

 H1.HeaderClassName
 {
   color: #14873E;
 }
 .AnyTagClassName
 {
   color: #14873E;
 }
</style>

background-color css

<style>
 a { background-color: #14873E; }

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

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

border-color css

<style>
 span { border-color: #14873E; }

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

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