Html Css Color HEX #14883F Salem

📋 copy color: '#14883F'

red 20 ◦ green 136 ◦ blue 63

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

Shades of Salem #14883F

Tints of Salem #14883F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 62.1%

 BLUE value IS 63 (25% from 255) = 28.77%

R = 9.13%
G = 62.1%
B = 28.77%

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

#14883F (or 0x14883F) is known color: Salem. HEX triplet: 14, 88 and 3F. RGB value is (20,136,63). Sum of RGB (Red+Green+Blue) = 20+136+63=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 136 (53.52% from 255 or 62.10% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 136 - color contains mainly: green. Hex color #14883F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14883F is #EB77C0. Grayscale: #5D5D5D. Windows color (decimal): -15431617 or 4163604. OLE color: 4163604.

HSL color Cylindrical-coordinate representation of color #14883F: hue angle of 142.24º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14883F is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 136 63 -
CMYK 0.85 0 0.54 0.47
HSL 142.24º 0.74% 0.31% -
HSV(B) 142.24º 0.85% 0.53% -
XYZ 9.99 18.12 7.67 -
YUV 92.99 111.07 75.94 -
System Red Green Blue C M Y K H S L
Decimal 20 136 63 0.85 0 0.54 0.47 142.24 0.74 0.31
Hex 14 88 3F 55 0 36 2F 8E 4A 1F
Octal 24 210 77 125 0 66 57 216 112 37
Binary 10100 10001000 111111 1010101 0 110110 101111 10001110 1001010 11111

Color Harmonies of #14883F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14883F

Black with #14883F

Text Example


Text Example

White with #14883F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14883F; }

 p { color: rgb(20,136,63); }

 H1.HeaderClassName
 {
   color: #14883F;
 }
 .AnyTagClassName
 {
   color: #14883F;
 }
</style>

background-color css

<style>
 a { background-color: #14883F; }

 a { background-color: rgb(20,136,63); }

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

border-color css

<style>
 span { border-color: #14883F; }

 span { border-color: rgb(20,136,63); }

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