Html Css Color HEX #14764D Salem

📋 copy color: '#14764D'

red 20 ◦ green 118 ◦ blue 77

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

Shades of Salem #14764D

Tints of Salem #14764D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 35.81%

R = 9.3%
G = 54.88%
B = 35.81%

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

#14764D (or 0x14764D) is known color: Salem. HEX triplet: 14, 76 and 4D. RGB value is (20,118,77). Sum of RGB (Red+Green+Blue) = 20+118+77=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 118 (46.48% from 255 or 54.88% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 118 - color contains mainly: green. Hex color #14764D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14764D is #EB89B2. Grayscale: #545454. Windows color (decimal): -15436211 or 5076500. OLE color: 5076500.

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

Color convert

RGB 20 118 77 -
CMYK 0.83 0 0.35 0.54
HSL 154.9º 0.71% 0.27% -
HSV(B) 154.9º 0.83% 0.46% -
XYZ 8.11 13.64 9.23 -
YUV 84.02 124.03 82.33 -
System Red Green Blue C M Y K H S L
Decimal 20 118 77 0.83 0 0.35 0.54 154.9 0.71 0.27
Hex 14 76 4D 53 0 23 36 9B 47 1B
Octal 24 166 115 123 0 43 66 233 107 33
Binary 10100 1110110 1001101 1010011 0 100011 110110 10011011 1000111 11011

Color Harmonies of #14764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14764D

Black with #14764D

Text Example


Text Example

White with #14764D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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