#126246

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

Shades of Jewel #126246

Tints of Jewel #126246

Color information

#126246 (or 0x126246) is unknown color: approx Jewel. HEX triplet: 12, 62 and 46. RGB value is (18,98,70). Sum of RGB (Red+Green+Blue) = 18+98+70=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 98 (38.67% from 255 or 52.69% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 98 - color contains mainly: green. Hex color #126246 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126246 is #ED9DB9. Grayscale: #464646. Windows color (decimal): -15572410 or 4612626. OLE color: 4612626.

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

Color convert

RGB189870-
CMYK0.8200.290.62
HSL159º68.97%22.75%-
HSV(B)159º81.63%38.43%-
XYZ5.729.317.29-
YUV70.89127.590.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 98 (38.67% from 255) = 52.69%
BLUE value IS 70 (27.73% from 255) = 37.63%
R=9.68%
G=52.69%
B=37.63%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1898700.8200.290.6215968.9722.75
Hex1262465201D3E9f4517
Octal221421061220357623710527
Binary1001011000101000110101001001110111111010011111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126246; }

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

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

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

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

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

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

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

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