Html Css Color HEX #14873C Salem

📋 copy color: '#14873C'

red 20 ◦ green 135 ◦ blue 60

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

Shades of Salem #14873C

Tints of Salem #14873C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.91%

R = 9.3%
G = 62.79%
B = 27.91%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#14873C (or 0x14873C) is known color: Salem. HEX triplet: 14, 87 and 3C. RGB value is (20,135,60). Sum of RGB (Red+Green+Blue) = 20+135+60=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 135 (53.12% from 255 or 62.79% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 135 - color contains mainly: green. Hex color #14873C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14873C is #EB78C3. Grayscale: #5C5C5C. Windows color (decimal): -15431876 or 3966740. OLE color: 3966740.

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

Color convert

RGB 20 135 60 -
CMYK 0.85 0 0.56 0.47
HSL 140.87º 0.74% 0.3% -
HSV(B) 140.87º 0.85% 0.53% -
XYZ 9.77 17.8 7.2 -
YUV 92.07 109.9 76.6 -
System Red Green Blue C M Y K H S L
Decimal 20 135 60 0.85 0 0.56 0.47 140.87 0.74 0.3
Hex 14 87 3C 55 0 38 2F 8D 4A 1E
Octal 24 207 74 125 0 70 57 215 112 36
Binary 10100 10000111 111100 1010101 0 111000 101111 10001101 1001010 11110

Color Harmonies of #14873C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14873C

Black with #14873C

Text Example


Text Example

White with #14873C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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