#13804C

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

Shades of Salem #13804C

Tints of Salem #13804C

Color information

#13804C (or 0x13804C) is unknown color: approx Salem. HEX triplet: 13, 80 and 4C. RGB value is (19,128,76). Sum of RGB (Red+Green+Blue) = 19+128+76=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 128 (50.39% from 255 or 57.40% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 128 - color contains mainly: green. Hex color #13804C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13804C is #EC7FB3. Grayscale: #595959. Windows color (decimal): -15499188 or 5013523. OLE color: 5013523.

HSL color Cylindrical-coordinate representation of color #13804C: hue angle of 151.38º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13804C is Cyan = 0.85, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB1912876-
CMYK0.8500.410.50
HSL151.38º74.15%28.82%-
HSV(B)151.38º85.16%50.2%-
XYZ9.2916.19.46-
YUV89.48120.3977.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.52%
GREEN value IS 128 (50.39% from 255) = 57.40%
BLUE value IS 76 (30.08% from 255) = 34.08%
R=8.52%
G=57.40%
B=34.08%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal19128760.8500.410.50151.3874.1528.82
Hex13804C5502932974a1d
Octal232001141250516222711235
Binary100111000000010011001010101010100111001010010111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13804C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,128,76); }

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

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

 a { background-color: rgb(19,128,76); }

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

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

 span { border-color: rgb(19,128,76); }

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