#10874C

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

Shades of Salem #10874C

Tints of Salem #10874C

Color information

#10874C (or 0x10874C) is unknown color: approx Salem. HEX triplet: 10, 87 and 4C. RGB value is (16,135,76). Sum of RGB (Red+Green+Blue) = 16+135+76=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 135 (53.12% from 255 or 59.47% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 135 - color contains mainly: green. Hex color #10874C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10874C is #EF78B3. Grayscale: #5C5C5C. Windows color (decimal): -15694004 or 5015312. OLE color: 5015312.

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

Color convert

RGB1613576-
CMYK0.8800.440.47
HSL150.25º78.81%29.61%-
HSV(B)150.25º88.15%52.94%-
XYZ10.1817.969.77-
YUV92.69118.5873.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.05%
GREEN value IS 135 (53.12% from 255) = 59.47%
BLUE value IS 76 (30.08% from 255) = 33.48%
R=7.05%
G=59.47%
B=33.48%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal16135760.8800.440.47150.2578.8129.61
Hex10874C5802C2F964f1e
Octal202071141300545722611736
Binary100001000011110011001011000010110010111110010110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10874C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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