Html Css Color HEX #14854C Salem

📋 copy color: '#14854C'

red 20 ◦ green 133 ◦ blue 76

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

Shades of Salem #14854C

Tints of Salem #14854C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 58.08%

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

R = 8.73%
G = 58.08%
B = 33.19%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#14854C (or 0x14854C) is known color: Salem. HEX triplet: 14, 85 and 4C. RGB value is (20,133,76). Sum of RGB (Red+Green+Blue) = 20+133+76=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 133 (52.34% from 255 or 58.08% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 133 - color contains mainly: green. Hex color #14854C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14854C is #EB7AB3. Grayscale: #5C5C5C. Windows color (decimal): -15432372 or 5014804. OLE color: 5014804.

HSL color Cylindrical-coordinate representation of color #14854C: hue angle of 149.73º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14854C is Cyan = 0.85, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 133 76 -
CMYK 0.85 0 0.43 0.48
HSL 149.73º 0.74% 0.3% -
HSV(B) 149.73º 0.85% 0.52% -
XYZ 9.98 17.45 9.68 -
YUV 92.72 118.56 76.13 -
System Red Green Blue C M Y K H S L
Decimal 20 133 76 0.85 0 0.43 0.48 149.73 0.74 0.3
Hex 14 85 4C 55 0 2B 30 96 4A 1E
Octal 24 205 114 125 0 53 60 226 112 36
Binary 10100 10000101 1001100 1010101 0 101011 110000 10010110 1001010 11110

Color Harmonies of #14854C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14854C

Black with #14854C

Text Example


Text Example

White with #14854C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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