#13764F

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

Shades of Salem #13764F

Tints of Salem #13764F

Color information

#13764F (or 0x13764F) is unknown color: approx Salem. HEX triplet: 13, 76 and 4F. RGB value is (19,118,79). Sum of RGB (Red+Green+Blue) = 19+118+79=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 118 (46.48% from 255 or 54.63% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 118 - color contains mainly: green. Hex color #13764F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13764F is #EC89B0. Grayscale: #545454. Windows color (decimal): -15501745 or 5207571. OLE color: 5207571.

HSL color Cylindrical-coordinate representation of color #13764F: hue angle of 156.36º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13764F is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB1911879-
CMYK0.8400.330.54
HSL156.36º72.26%26.86%-
HSV(B)156.36º83.9%46.27%-
XYZ8.1613.669.6-
YUV83.95125.281.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.80%
GREEN value IS 118 (46.48% from 255) = 54.63%
BLUE value IS 79 (31.25% from 255) = 36.57%
R=8.80%
G=54.63%
B=36.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19118790.8400.330.54156.3672.2626.86
Hex13764F54021369c481b
Octal231661171240416623411033
Binary10011111011010011111010100010000111011010011100100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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