#13844F

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

Shades of Salem #13844F

Tints of Salem #13844F

Color information

#13844F (or 0x13844F) is unknown color: approx Salem. HEX triplet: 13, 84 and 4F. RGB value is (19,132,79). Sum of RGB (Red+Green+Blue) = 19+132+79=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 132 (51.95% from 255 or 57.39% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 132 - color contains mainly: green. Hex color #13844F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13844F is #EC7BB0. Grayscale: #5C5C5C. Windows color (decimal): -15498161 or 5211155. OLE color: 5211155.

HSL color Cylindrical-coordinate representation of color #13844F: hue angle of 151.86º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13844F is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB1913279-
CMYK0.8600.400.48
HSL151.86º74.83%29.61%-
HSV(B)151.86º85.61%51.76%-
XYZ9.9317.2110.19-
YUV92.17120.5675.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.26%
GREEN value IS 132 (51.95% from 255) = 57.39%
BLUE value IS 79 (31.25% from 255) = 34.35%
R=8.26%
G=57.39%
B=34.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19132790.8600.400.48151.8674.8329.61
Hex13844F5602830984b1e
Octal232041171260506023011336
Binary100111000010010011111010110010100011000010011000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13844F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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