#126342

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

Shades of Jewel #126342

Tints of Jewel #126342

Color information

#126342 (or 0x126342) is unknown color: approx Jewel. HEX triplet: 12, 63 and 42. RGB value is (18,99,66). Sum of RGB (Red+Green+Blue) = 18+99+66=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 99 (39.06% from 255 or 54.10% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 99 - color contains mainly: green. Hex color #126342 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126342 is #ED9CBD. Grayscale: #474747. Windows color (decimal): -15572158 or 4350738. OLE color: 4350738.

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

Color convert

RGB189966-
CMYK0.8200.330.61
HSL155.56º69.23%22.94%-
HSV(B)155.56º81.82%38.82%-
XYZ5.699.456.68-
YUV71.02125.1690.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.84%
GREEN value IS 99 (39.06% from 255) = 54.10%
BLUE value IS 66 (26.17% from 255) = 36.07%
R=9.84%
G=54.10%
B=36.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1899660.8200.330.61155.5669.2322.94
Hex126342520213D9c4517
Octal221431021220417523410527
Binary10010110001110000101010010010000111110110011100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126342; }

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

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

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

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

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

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

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

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