#126244

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

Shades of Jewel #126244

Tints of Jewel #126244

Color information

#126244 (or 0x126244) is unknown color: approx Jewel. HEX triplet: 12, 62 and 44. RGB value is (18,98,68). Sum of RGB (Red+Green+Blue) = 18+98+68=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 98 (38.67% from 255 or 53.26% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 98 - color contains mainly: green. Hex color #126244 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126244 is #ED9DBB. Grayscale: #464646. Windows color (decimal): -15572412 or 4481554. OLE color: 4481554.

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

Color convert

RGB189868-
CMYK0.8200.310.62
HSL157.5º68.97%22.75%-
HSV(B)157.5º81.63%38.43%-
XYZ5.669.286.96-
YUV70.66126.590.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.78%
GREEN value IS 98 (38.67% from 255) = 53.26%
BLUE value IS 68 (26.95% from 255) = 36.96%
R=9.78%
G=53.26%
B=36.96%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1898680.8200.310.62157.568.9722.75
Hex1262445201F3E9e4517
Octal221421041220377623610527
Binary1001011000101000100101001001111111111010011110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126244; }

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

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

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

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

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

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

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

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