#13933B

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

Shades of Salem #13933B

Tints of Salem #13933B

Color information

#13933B (or 0x13933B) is unknown color: approx Salem. HEX triplet: 13, 93 and 3B. RGB value is (19,147,59). Sum of RGB (Red+Green+Blue) = 19+147+59=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 147 (57.81% from 255 or 65.33% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 147 - color contains mainly: green. Hex color #13933B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13933B is #EC6CC4. Grayscale: #626262. Windows color (decimal): -15494341 or 3904275. OLE color: 3904275.

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

Color convert

RGB1914759-
CMYK0.8700.600.42
HSL138.75º77.11%32.55%-
HSV(B)138.75º87.07%57.65%-
XYZ11.4921.327.65-
YUV98.7105.5971.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.44%
GREEN value IS 147 (57.81% from 255) = 65.33%
BLUE value IS 59 (23.44% from 255) = 26.22%
R=8.44%
G=65.33%
B=26.22%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19147590.8700.600.42138.7577.1132.55
Hex13933B5703C2A8b4d21
Octal23223731270745221311541
Binary100111001001111101110101110111100101010100010111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13933B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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