#13933A

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

Shades of Salem #13933A

Tints of Salem #13933A

Color information

#13933A (or 0x13933A) is unknown color: approx Salem. HEX triplet: 13, 93 and 3A. RGB value is (19,147,58). Sum of RGB (Red+Green+Blue) = 19+147+58=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 147 (57.81% from 255 or 65.62% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 147 - color contains mainly: green. Hex color #13933A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13933A is #EC6CC5. Grayscale: #626262. Windows color (decimal): -15494342 or 3838739. OLE color: 3838739.

HSL color Cylindrical-coordinate representation of color #13933A: hue angle of 138.28º 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 #13933A is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB1914758-
CMYK0.8700.610.42
HSL138.28º77.11%32.55%-
HSV(B)138.28º87.07%57.65%-
XYZ11.4721.317.51-
YUV98.58105.0971.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.48%
GREEN value IS 147 (57.81% from 255) = 65.62%
BLUE value IS 58 (23.05% from 255) = 25.89%
R=8.48%
G=65.62%
B=25.89%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19147580.8700.610.42138.2877.1132.55
Hex13933A5703D2A8a4d21
Octal23223721270755221211541
Binary100111001001111101010101110111101101010100010101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13933A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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