#126646

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

Shades of Jewel #126646

Tints of Jewel #126646

Color information

#126646 (or 0x126646) is unknown color: approx Jewel. HEX triplet: 12, 66 and 46. RGB value is (18,102,70). Sum of RGB (Red+Green+Blue) = 18+102+70=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 102 (40.23% from 255 or 53.68% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 102 - color contains mainly: green. Hex color #126646 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126646 is #ED99B9. Grayscale: #494949. Windows color (decimal): -15571386 or 4613650. OLE color: 4613650.

HSL color Cylindrical-coordinate representation of color #126646: hue angle of 157.14º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126646 is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB1810270-
CMYK0.8200.310.6
HSL157.14º70%23.53%-
HSV(B)157.14º82.35%40%-
XYZ6.1110.077.42-
YUV73.24126.1788.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.47%
GREEN value IS 102 (40.23% from 255) = 53.68%
BLUE value IS 70 (27.73% from 255) = 36.84%
R=9.47%
G=53.68%
B=36.84%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18102700.8200.310.6157.147023.53
Hex1266465201F3C9d4618
Octal221461061220377423510630
Binary1001011001101000110101001001111111110010011101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126646; }

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

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

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

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

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

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

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

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