Html Css Color HEX #14884C Salem

📋 copy color: '#14884C'

red 20 ◦ green 136 ◦ blue 76

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

Shades of Salem #14884C

Tints of Salem #14884C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 32.76%

R = 8.62%
G = 58.62%
B = 32.76%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#14884C (or 0x14884C) is known color: Salem. HEX triplet: 14, 88 and 4C. RGB value is (20,136,76). Sum of RGB (Red+Green+Blue) = 20+136+76=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 136 (53.52% from 255 or 58.62% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 136 - color contains mainly: green. Hex color #14884C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14884C is #EB77B3. Grayscale: #5E5E5E. Windows color (decimal): -15431604 or 5015572. OLE color: 5015572.

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

Color convert

RGB 20 136 76 -
CMYK 0.85 0 0.44 0.47
HSL 148.97º 0.74% 0.31% -
HSV(B) 148.97º 0.85% 0.53% -
XYZ 10.4 18.28 9.82 -
YUV 94.48 117.57 74.88 -
System Red Green Blue C M Y K H S L
Decimal 20 136 76 0.85 0 0.44 0.47 148.97 0.74 0.31
Hex 14 88 4C 55 0 2C 2F 95 4A 1F
Octal 24 210 114 125 0 54 57 225 112 37
Binary 10100 10001000 1001100 1010101 0 101100 101111 10010101 1001010 11111

Color Harmonies of #14884C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14884C

Black with #14884C

Text Example


Text Example

White with #14884C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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