#13824B

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

Shades of Salem #13824B

Tints of Salem #13824B

Color information

#13824B (or 0x13824B) is unknown color: approx Salem. HEX triplet: 13, 82 and 4B. RGB value is (19,130,75). Sum of RGB (Red+Green+Blue) = 19+130+75=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 130 (51.17% from 255 or 58.04% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 130 - color contains mainly: green. Hex color #13824B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13824B is #EC7DB4. Grayscale: #5A5A5A. Windows color (decimal): -15498677 or 4948499. OLE color: 4948499.

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

Color convert

RGB1913075-
CMYK0.8500.420.49
HSL150.27º74.5%29.22%-
HSV(B)150.27º85.38%50.98%-
XYZ9.5216.619.36-
YUV90.54119.2376.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.48%
GREEN value IS 130 (51.17% from 255) = 58.04%
BLUE value IS 75 (29.69% from 255) = 33.48%
R=8.48%
G=58.04%
B=33.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19130750.8500.420.49150.2774.529.22
Hex13824B5502A31964a1d
Octal232021131250526122611235
Binary100111000001010010111010101010101011000110010110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,130,75); }

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

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

 a { background-color: rgb(19,130,75); }

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

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

 span { border-color: rgb(19,130,75); }

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