#126047

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

Shades of Jewel #126047

Tints of Jewel #126047

Color information

#126047 (or 0x126047) is unknown color: approx Jewel. HEX triplet: 12, 60 and 47. RGB value is (18,96,71). Sum of RGB (Red+Green+Blue) = 18+96+71=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 71 (28.12% from 255 or 38.38% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #126047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126047 is #ED9FB8. Grayscale: #454545. Windows color (decimal): -15572921 or 4677650. OLE color: 4677650.

HSL color Cylindrical-coordinate representation of color #126047: hue angle of 160.77º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #126047 is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB189671-
CMYK0.8100.260.62
HSL160.77º68.42%22.35%-
HSV(B)160.77º81.25%37.65%-
XYZ5.578.957.4-
YUV69.83128.6691.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.73%
GREEN value IS 96 (37.89% from 255) = 51.89%
BLUE value IS 71 (28.12% from 255) = 38.38%
R=9.73%
G=51.89%
B=38.38%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1896710.8100.260.62160.7768.4222.35
Hex1260475101A3Ea14416
Octal221401071210327624110426
Binary1001011000001000111101000101101011111010100001100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126047; }

 p { color: rgb(18,96,71); }

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

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

 a { background-color: rgb(18,96,71); }

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

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

 span { border-color: rgb(18,96,71); }

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