#13814C

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

Shades of Salem #13814C

Tints of Salem #13814C

Color information

#13814C (or 0x13814C) is unknown color: approx Salem. HEX triplet: 13, 81 and 4C. RGB value is (19,129,76). Sum of RGB (Red+Green+Blue) = 19+129+76=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 129 (50.78% from 255 or 57.59% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 129 - color contains mainly: green. Hex color #13814C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13814C is #EC7EB3. Grayscale: #5A5A5A. Windows color (decimal): -15498932 or 5013779. OLE color: 5013779.

HSL color Cylindrical-coordinate representation of color #13814C: hue angle of 151.09º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13814C is Cyan = 0.85, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB1912976-
CMYK0.8500.410.49
HSL151.09º74.32%29.02%-
HSV(B)151.09º85.27%50.59%-
XYZ9.4216.369.5-
YUV90.07120.0677.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.48%
GREEN value IS 129 (50.78% from 255) = 57.59%
BLUE value IS 76 (30.08% from 255) = 33.93%
R=8.48%
G=57.59%
B=33.93%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19129760.8500.410.49151.0974.3229.02
Hex13814C5502931974a1d
Octal232011141250516122711235
Binary100111000000110011001010101010100111000110010111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13814C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,129,76); }

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

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

 a { background-color: rgb(19,129,76); }

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

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

 span { border-color: rgb(19,129,76); }

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