Html Css Color HEX #14764F Salem

📋 copy color: '#14764F'

red 20 ◦ green 118 ◦ blue 79

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

Shades of Salem #14764F

Tints of Salem #14764F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 54.38%

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

R = 9.22%
G = 54.38%
B = 36.41%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#14764F (or 0x14764F) is known color: Salem. HEX triplet: 14, 76 and 4F. RGB value is (20,118,79). Sum of RGB (Red+Green+Blue) = 20+118+79=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 118 (46.48% from 255 or 54.38% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 118 - color contains mainly: green. Hex color #14764F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14764F is #EB89B0. Grayscale: #545454. Windows color (decimal): -15436209 or 5207572. OLE color: 5207572.

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

Color convert

RGB 20 118 79 -
CMYK 0.83 0 0.33 0.54
HSL 156.12º 0.71% 0.27% -
HSV(B) 156.12º 0.83% 0.46% -
XYZ 8.18 13.67 9.6 -
YUV 84.25 125.03 82.17 -
System Red Green Blue C M Y K H S L
Decimal 20 118 79 0.83 0 0.33 0.54 156.12 0.71 0.27
Hex 14 76 4F 53 0 21 36 9C 47 1B
Octal 24 166 117 123 0 41 66 234 107 33
Binary 10100 1110110 1001111 1010011 0 100001 110110 10011100 1000111 11011

Color Harmonies of #14764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14764F

Black with #14764F

Text Example


Text Example

White with #14764F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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