Html Css Color HEX #14863D Salem

📋 copy color: '#14863D'

red 20 ◦ green 134 ◦ blue 61

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

Shades of Salem #14863D

Tints of Salem #14863D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 28.37%

R = 9.3%
G = 62.33%
B = 28.37%

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

#14863D (or 0x14863D) is known color: Salem. HEX triplet: 14, 86 and 3D. RGB value is (20,134,61). Sum of RGB (Red+Green+Blue) = 20+134+61=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 134 (52.73% from 255 or 62.33% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 134 - color contains mainly: green. Hex color #14863D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14863D is #EB79C2. Grayscale: #5B5B5B. Windows color (decimal): -15432131 or 4032020. OLE color: 4032020.

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

Color convert

RGB 20 134 61 -
CMYK 0.85 0 0.54 0.47
HSL 141.58º 0.74% 0.3% -
HSV(B) 141.58º 0.85% 0.53% -
XYZ 9.66 17.54 7.29 -
YUV 91.59 110.73 76.94 -
System Red Green Blue C M Y K H S L
Decimal 20 134 61 0.85 0 0.54 0.47 141.58 0.74 0.3
Hex 14 86 3D 55 0 36 2F 8E 4A 1E
Octal 24 206 75 125 0 66 57 216 112 36
Binary 10100 10000110 111101 1010101 0 110110 101111 10001110 1001010 11110

Color Harmonies of #14863D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14863D

Black with #14863D

Text Example


Text Example

White with #14863D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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