#10874E

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

Shades of Salem #10874E

Tints of Salem #10874E

Color information

#10874E (or 0x10874E) is unknown color: approx Salem. HEX triplet: 10, 87 and 4E. RGB value is (16,135,78). Sum of RGB (Red+Green+Blue) = 16+135+78=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 135 (53.12% from 255 or 58.95% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 135 - color contains mainly: green. Hex color #10874E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10874E is #EF78B1. Grayscale: #5D5D5D. Windows color (decimal): -15694002 or 5146384. OLE color: 5146384.

HSL color Cylindrical-coordinate representation of color #10874E: hue angle of 151.26º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10874E is Cyan = 0.88, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB1613578-
CMYK0.8800.420.47
HSL151.26º78.81%29.61%-
HSV(B)151.26º88.15%52.94%-
XYZ10.2517.9910.14-
YUV92.92119.5873.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.99%
GREEN value IS 135 (53.12% from 255) = 58.95%
BLUE value IS 78 (30.86% from 255) = 34.06%
R=6.99%
G=58.95%
B=34.06%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal16135780.8800.420.47151.2678.8129.61
Hex10874E5802A2F974f1e
Octal202071161300525722711736
Binary100001000011110011101011000010101010111110010111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10874E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10874E; }

 p { color: rgb(16,135,78); }

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

<style>
 a { background-color: #10874E; }

 a { background-color: rgb(16,135,78); }

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

<style>
 span { border-color: #10874E; }

 span { border-color: rgb(16,135,78); }

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