#1A6346

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

Shades of Jewel #1A6346

Tints of Jewel #1A6346

Color information

#1A6346 (or 0x1A6346) is unknown color: approx Jewel. HEX triplet: 1A, 63 and 46. RGB value is (26,99,70). Sum of RGB (Red+Green+Blue) = 26+99+70=195 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.33% from 195); Green value is 99 (39.06% from 255 or 50.77% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 99 - color contains mainly: green. Hex color #1A6346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6346 is #E59CB9. Grayscale: #494949. Windows color (decimal): -15047866 or 4612890. OLE color: 4612890.

HSL color Cylindrical-coordinate representation of color #1A6346: hue angle of 156.16º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A6346 is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB269970-
CMYK0.7400.290.61
HSL156.16º58.4%24.51%-
HSV(B)156.16º73.74%38.82%-
XYZ5.999.597.33-
YUV73.87125.8293.86-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.33%
GREEN value IS 99 (39.06% from 255) = 50.77%
BLUE value IS 70 (27.73% from 255) = 35.90%
R=13.33%
G=50.77%
B=35.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2699700.7400.290.61156.1658.424.51
Hex1A63464A01D3D9c3a19
Octal32143106112035752347231
Binary110101100011100011010010100111011111011001110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A6346; }

 p { color: rgb(26,99,70); }

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

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

 a { background-color: rgb(26,99,70); }

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

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

 span { border-color: rgb(26,99,70); }

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