Html Css Color HEX #14754F Salem

📋 copy color: '#14754F'

red 20 ◦ green 117 ◦ blue 79

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

Shades of Salem #14754F

Tints of Salem #14754F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.57%

R = 9.26%
G = 54.17%
B = 36.57%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#14754F (or 0x14754F) is known color: Salem. HEX triplet: 14, 75 and 4F. RGB value is (20,117,79). Sum of RGB (Red+Green+Blue) = 20+117+79=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 117 (46.09% from 255 or 54.17% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 117 - color contains mainly: green. Hex color #14754F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14754F is #EB8AB0. Grayscale: #535353. Windows color (decimal): -15436465 or 5207316. OLE color: 5207316.

HSL color Cylindrical-coordinate representation of color #14754F: hue angle of 156.49º 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 #14754F is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 117 79 -
CMYK 0.83 0 0.32 0.54
HSL 156.49º 0.71% 0.27% -
HSV(B) 156.49º 0.83% 0.46% -
XYZ 8.06 13.44 9.57 -
YUV 83.67 125.36 82.59 -
System Red Green Blue C M Y K H S L
Decimal 20 117 79 0.83 0 0.32 0.54 156.49 0.71 0.27
Hex 14 75 4F 53 0 20 36 9C 47 1B
Octal 24 165 117 123 0 40 66 234 107 33
Binary 10100 1110101 1001111 1010011 0 100000 110110 10011100 1000111 11011

Color Harmonies of #14754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14754F

Black with #14754F

Text Example


Text Example

White with #14754F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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