#126242

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

Shades of Jewel #126242

Tints of Jewel #126242

Color information

#126242 (or 0x126242) is unknown color: approx Jewel. HEX triplet: 12, 62 and 42. RGB value is (18,98,66). Sum of RGB (Red+Green+Blue) = 18+98+66=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 98 (38.67% from 255 or 53.85% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 98 - color contains mainly: green. Hex color #126242 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126242 is #ED9DBD. Grayscale: #464646. Windows color (decimal): -15572414 or 4350482. OLE color: 4350482.

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

Color convert

RGB189866-
CMYK0.8200.330.62
HSL156º68.97%22.75%-
HSV(B)156º81.63%38.43%-
XYZ5.69.266.65-
YUV70.43125.590.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.89%
GREEN value IS 98 (38.67% from 255) = 53.85%
BLUE value IS 66 (26.17% from 255) = 36.26%
R=9.89%
G=53.85%
B=36.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1898660.8200.330.6215668.9722.75
Hex126242520213E9c4517
Octal221421021220417623410527
Binary10010110001010000101010010010000111111010011100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126242; }

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

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

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

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

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

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

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

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