#126249

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

Shades of Jewel #126249

Tints of Jewel #126249

Color information

#126249 (or 0x126249) is unknown color: approx Jewel. HEX triplet: 12, 62 and 49. RGB value is (18,98,73). Sum of RGB (Red+Green+Blue) = 18+98+73=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 98 (38.67% from 255 or 51.85% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 98 - color contains mainly: green. Hex color #126249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126249 is #ED9DB6. Grayscale: #474747. Windows color (decimal): -15572407 or 4809234. OLE color: 4809234.

HSL color Cylindrical-coordinate representation of color #126249: hue angle of 161.25º 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 #126249 is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB189873-
CMYK0.8200.260.62
HSL161.25º68.97%22.75%-
HSV(B)161.25º81.63%38.43%-
XYZ5.829.357.8-
YUV71.2312990.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.52%
GREEN value IS 98 (38.67% from 255) = 51.85%
BLUE value IS 73 (28.91% from 255) = 38.62%
R=9.52%
G=51.85%
B=38.62%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1898730.8200.260.62161.2568.9722.75
Hex1262495201A3Ea14517
Octal221421111220327624110527
Binary1001011000101001001101001001101011111010100001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126249; }

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

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

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

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

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

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

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

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