#13933C

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

Shades of Salem #13933C

Tints of Salem #13933C

Color information

#13933C (or 0x13933C) is unknown color: approx Salem. HEX triplet: 13, 93 and 3C. RGB value is (19,147,60). Sum of RGB (Red+Green+Blue) = 19+147+60=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 147 (57.81% from 255 or 65.04% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 147 - color contains mainly: green. Hex color #13933C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13933C is #EC6CC3. Grayscale: #636363. Windows color (decimal): -15494340 or 3969811. OLE color: 3969811.

HSL color Cylindrical-coordinate representation of color #13933C: hue angle of 139.22º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13933C is Cyan = 0.87, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB1914760-
CMYK0.8700.590.42
HSL139.22º77.11%32.55%-
HSV(B)139.22º87.07%57.65%-
XYZ11.5221.337.79-
YUV98.81106.0971.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.41%
GREEN value IS 147 (57.81% from 255) = 65.04%
BLUE value IS 60 (23.83% from 255) = 26.55%
R=8.41%
G=65.04%
B=26.55%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19147600.8700.590.42139.2277.1132.55
Hex13933C5703B2A8b4d21
Octal23223741270735221311541
Binary100111001001111110010101110111011101010100010111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13933C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,147,60); }

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

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

 a { background-color: rgb(19,147,60); }

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

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

 span { border-color: rgb(19,147,60); }

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