#126346

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

Shades of Jewel #126346

Tints of Jewel #126346

Color information

#126346 (or 0x126346) is unknown color: approx Jewel. HEX triplet: 12, 63 and 46. RGB value is (18,99,70). Sum of RGB (Red+Green+Blue) = 18+99+70=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #126346 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126346 is #ED9CB9. Grayscale: #474747. Windows color (decimal): -15572154 or 4612882. OLE color: 4612882.

HSL color Cylindrical-coordinate representation of color #126346: hue angle of 158.52º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126346 is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB189970-
CMYK0.8200.290.61
HSL158.52º69.23%22.94%-
HSV(B)158.52º81.82%38.82%-
XYZ5.829.497.32-
YUV71.47127.1689.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.63%
GREEN value IS 99 (39.06% from 255) = 52.94%
BLUE value IS 70 (27.73% from 255) = 37.43%
R=9.63%
G=52.94%
B=37.43%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1899700.8200.290.61158.5269.2322.94
Hex1263465201D3D9f4517
Octal221431061220357523710527
Binary1001011000111000110101001001110111110110011111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126346; }

 p { color: rgb(18,99,70); }

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

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

 a { background-color: rgb(18,99,70); }

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

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

 span { border-color: rgb(18,99,70); }

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