#107049

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

Shades of Jewel #107049

Tints of Jewel #107049

Color information

#107049 (or 0x107049) is unknown color: approx Jewel. HEX triplet: 10, 70 and 49. RGB value is (16,112,73). Sum of RGB (Red+Green+Blue) = 16+112+73=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 112 (44.14% from 255 or 55.72% from 201); Blue value is 73 (28.91% from 255 or 36.32% from 201); Max value from RGB is 112 - color contains mainly: green. Hex color #107049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107049 is #EF8FB6. Grayscale: #4E4E4E. Windows color (decimal): -15699895 or 4812816. OLE color: 4812816.

HSL color Cylindrical-coordinate representation of color #107049: hue angle of 155.62º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107049 is Cyan = 0.86, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB1611273-
CMYK0.8600.350.56
HSL155.62º75%25.1%-
HSV(B)155.62º85.71%43.92%-
XYZ7.2112.188.27-
YUV78.85124.783.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.96%
GREEN value IS 112 (44.14% from 255) = 55.72%
BLUE value IS 73 (28.91% from 255) = 36.32%
R=7.96%
G=55.72%
B=36.32%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16112730.8600.350.56155.627525.1
Hex10704956023389c4b19
Octal201601111260437023411331
Binary10000111000010010011010110010001111100010011100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107049; }

 p { color: rgb(16,112,73); }

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

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

 a { background-color: rgb(16,112,73); }

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

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

 span { border-color: rgb(16,112,73); }

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