#14764B

Color #14764B Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #14764B

Tints of Salem #14764B

Color information

#14764B (or 0x14764B) is unknown color: approx Salem. HEX triplet: 14, 76 and 4B. RGB value is (20,118,75). Sum of RGB (Red+Green+Blue) = 20+118+75=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 118 (46.48% from 255 or 55.40% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 118 - color contains mainly: green. Hex color #14764B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14764B is #EB89B4. Grayscale: #535353. Windows color (decimal): -15436213 or 4945428. OLE color: 4945428.

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

Color convert

RGB2011875-
CMYK0.8300.360.54
HSL153.67º71.01%27.06%-
HSV(B)153.67º83.05%46.27%-
XYZ8.0413.618.86-
YUV83.8123.0382.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.39%
GREEN value IS 118 (46.48% from 255) = 55.40%
BLUE value IS 75 (29.69% from 255) = 35.21%
R=9.39%
G=55.40%
B=35.21%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20118750.8300.360.54153.6771.0127.06
Hex14764B53024369a471b
Octal241661131230446623210733
Binary10100111011010010111010011010010011011010011010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #14764B;
 }
 .AnyTagClassName
 {
   color: #14764B;
 }
</style>
background-color css

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

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

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

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

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

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