Html Css Color HEX #14754C Salem

📋 copy color: '#14754C'

red 20 ◦ green 117 ◦ blue 76

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

Shades of Salem #14754C

Tints of Salem #14754C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 54.93%

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

R = 9.39%
G = 54.93%
B = 35.68%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#14754C (or 0x14754C) is known color: Salem. HEX triplet: 14, 75 and 4C. RGB value is (20,117,76). Sum of RGB (Red+Green+Blue) = 20+117+76=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 117 (46.09% from 255 or 54.93% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 117 - color contains mainly: green. Hex color #14754C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14754C is #EB8AB3. Grayscale: #535353. Windows color (decimal): -15436468 or 5010708. OLE color: 5010708.

HSL color Cylindrical-coordinate representation of color #14754C: hue angle of 154.64º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14754C is Cyan = 0.83, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 117 76 -
CMYK 0.83 0 0.35 0.54
HSL 154.64º 0.71% 0.27% -
HSV(B) 154.64º 0.83% 0.46% -
XYZ 7.95 13.39 9 -
YUV 83.32 123.86 82.83 -
System Red Green Blue C M Y K H S L
Decimal 20 117 76 0.83 0 0.35 0.54 154.64 0.71 0.27
Hex 14 75 4C 53 0 23 36 9B 47 1B
Octal 24 165 114 123 0 43 66 233 107 33
Binary 10100 1110101 1001100 1010011 0 100011 110110 10011011 1000111 11011

Color Harmonies of #14754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14754C

Black with #14754C

Text Example


Text Example

White with #14754C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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