Html Css Color HEX #14764C Salem

📋 copy color: '#14764C'

red 20 ◦ green 118 ◦ blue 76

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

Shades of Salem #14764C

Tints of Salem #14764C

RGB

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

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

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

R = 9.35%
G = 55.14%
B = 35.51%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#14764C (or 0x14764C) is known color: Salem. HEX triplet: 14, 76 and 4C. RGB value is (20,118,76). Sum of RGB (Red+Green+Blue) = 20+118+76=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 118 (46.48% from 255 or 55.14% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 118 - color contains mainly: green. Hex color #14764C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14764C is #EB89B3. Grayscale: #535353. Windows color (decimal): -15436212 or 5010964. OLE color: 5010964.

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

Color convert

RGB 20 118 76 -
CMYK 0.83 0 0.36 0.54
HSL 154.29º 0.71% 0.27% -
HSV(B) 154.29º 0.83% 0.46% -
XYZ 8.07 13.63 9.04 -
YUV 83.91 123.53 82.42 -
System Red Green Blue C M Y K H S L
Decimal 20 118 76 0.83 0 0.36 0.54 154.29 0.71 0.27
Hex 14 76 4C 53 0 24 36 9A 47 1B
Octal 24 166 114 123 0 44 66 232 107 33
Binary 10100 1110110 1001100 1010011 0 100100 110110 10011010 1000111 11011

Color Harmonies of #14764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14764C

Black with #14764C

Text Example


Text Example

White with #14764C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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