#13883B

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

Shades of Salem #13883B

Tints of Salem #13883B

Color information

#13883B (or 0x13883B) is unknown color: approx Salem. HEX triplet: 13, 88 and 3B. RGB value is (19,136,59). Sum of RGB (Red+Green+Blue) = 19+136+59=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 136 (53.52% from 255 or 63.55% from 214); Blue value is 59 (23.44% from 255 or 27.57% from 214); Max value from RGB is 136 - color contains mainly: green. Hex color #13883B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13883B is #EC77C4. Grayscale: #5C5C5C. Windows color (decimal): -15497157 or 3901459. OLE color: 3901459.

HSL color Cylindrical-coordinate representation of color #13883B: hue angle of 140.51º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13883B is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1913659-
CMYK0.8600.570.47
HSL140.51º75.48%30.39%-
HSV(B)140.51º86.03%53.33%-
XYZ9.8618.067.1-
YUV92.24109.2475.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.88%
GREEN value IS 136 (53.52% from 255) = 63.55%
BLUE value IS 59 (23.44% from 255) = 27.57%
R=8.88%
G=63.55%
B=27.57%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19136590.8600.570.47140.5175.4830.39
Hex13883B560392F8d4b1e
Octal23210731260715721511336
Binary10011100010001110111010110011100110111110001101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13883B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,136,59); }

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

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

 a { background-color: rgb(19,136,59); }

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

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

 span { border-color: rgb(19,136,59); }

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