#126946

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

Shades of Jewel #126946

Tints of Jewel #126946

Color information

#126946 (or 0x126946) is unknown color: approx Jewel. HEX triplet: 12, 69 and 46. RGB value is (18,105,70). Sum of RGB (Red+Green+Blue) = 18+105+70=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 105 (41.41% from 255 or 54.40% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 105 - color contains mainly: green. Hex color #126946 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126946 is #ED96B9. Grayscale: #4B4B4B. Windows color (decimal): -15570618 or 4614418. OLE color: 4614418.

HSL color Cylindrical-coordinate representation of color #126946: hue angle of 155.86º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126946 is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB1810570-
CMYK0.8300.330.59
HSL155.86º70.73%24.12%-
HSV(B)155.86º82.86%41.18%-
XYZ6.4110.677.52-
YUV75125.1887.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.33%
GREEN value IS 105 (41.41% from 255) = 54.40%
BLUE value IS 70 (27.73% from 255) = 36.27%
R=9.33%
G=54.40%
B=36.27%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18105700.8300.330.59155.8670.7324.12
Hex126946530213B9c4718
Octal221511061230417323410730
Binary10010110100110001101010011010000111101110011100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126946; }

 p { color: rgb(18,105,70); }

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

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

 a { background-color: rgb(18,105,70); }

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

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

 span { border-color: rgb(18,105,70); }

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