#10874A

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

Shades of Salem #10874A

Tints of Salem #10874A

Color information

#10874A (or 0x10874A) is unknown color: approx Salem. HEX triplet: 10, 87 and 4A. RGB value is (16,135,74). Sum of RGB (Red+Green+Blue) = 16+135+74=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 135 (53.12% from 255 or 60% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 135 - color contains mainly: green. Hex color #10874A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10874A is #EF78B5. Grayscale: #5C5C5C. Windows color (decimal): -15694006 or 4884240. OLE color: 4884240.

HSL color Cylindrical-coordinate representation of color #10874A: hue angle of 149.24º 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 #10874A is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB1613574-
CMYK0.8800.450.47
HSL149.24º78.81%29.61%-
HSV(B)149.24º88.15%52.94%-
XYZ10.1117.939.41-
YUV92.46117.5873.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.11%
GREEN value IS 135 (53.12% from 255) = 60%
BLUE value IS 74 (29.30% from 255) = 32.89%
R=7.11%
G=60%
B=32.89%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal16135740.8800.450.47149.2478.8129.61
Hex10874A5802D2F954f1e
Octal202071121300555722511736
Binary100001000011110010101011000010110110111110010101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10874A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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