#13754A

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

Shades of Salem #13754A

Tints of Salem #13754A

Color information

#13754A (or 0x13754A) is unknown color: approx Salem. HEX triplet: 13, 75 and 4A. RGB value is (19,117,74). Sum of RGB (Red+Green+Blue) = 19+117+74=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 117 (46.09% from 255 or 55.71% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 117 - color contains mainly: green. Hex color #13754A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13754A is #EC8AB5. Grayscale: #525252. Windows color (decimal): -15502006 or 4879635. OLE color: 4879635.

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

Color convert

RGB1911774-
CMYK0.8400.370.54
HSL153.67º72.06%26.67%-
HSV(B)153.67º83.76%45.88%-
XYZ7.8713.368.64-
YUV82.8123.0382.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.05%
GREEN value IS 117 (46.09% from 255) = 55.71%
BLUE value IS 74 (29.30% from 255) = 35.24%
R=9.05%
G=55.71%
B=35.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19117740.8400.370.54153.6772.0626.67
Hex13754A54025369a481b
Octal231651121240456623211033
Binary10011111010110010101010100010010111011010011010100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13754A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13754A; }

 p { color: rgb(19,117,74); }

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

<style>
 a { background-color: #13754A; }

 a { background-color: rgb(19,117,74); }

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

<style>
 span { border-color: #13754A; }

 span { border-color: rgb(19,117,74); }

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