#1a6046

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

Shades of Jewel #1A6046

Tints of Jewel #1A6046

Color information

#1A6046 (or 0x1A6046) is unknown color: approx Jewel. HEX triplet: 1A, 60 and 46. RGB value is (26,96,70). Sum of RGB (Red+Green+Blue) = 26+96+70=192 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.54% from 192); Green value is 96 (37.89% from 255 or 50% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 96 - color contains mainly: green. Hex color #1A6046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6046 is #E59FB9. Grayscale: #484848. Windows color (decimal): -15048634 or 4612122. OLE color: 4612122.

HSL color Cylindrical-coordinate representation of color #1A6046: hue angle of 157.71º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A6046 is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB269670-
CMYK0.7300.270.62
HSL157.71º57.38%23.92%-
HSV(B)157.71º72.92%37.65%-
XYZ5.719.037.24-
YUV72.11126.8195.11-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.54%
GREEN value IS 96 (37.89% from 255) = 50%
BLUE value IS 70 (27.73% from 255) = 36.46%
R=13.54%
G=50%
B=36.46%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2696700.7300.270.62157.7157.3823.92
Hex1A60464901B3E9e3918
Octal32140106111033762367130
Binary110101100000100011010010010110111111101001111011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a6046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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