#1A6546

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

Shades of Jewel #1A6546

Tints of Jewel #1A6546

Color information

#1A6546 (or 0x1A6546) is unknown color: approx Jewel. HEX triplet: 1A, 65 and 46. RGB value is (26,101,70). Sum of RGB (Red+Green+Blue) = 26+101+70=197 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.20% from 197); Green value is 101 (39.84% from 255 or 51.27% from 197); Blue value is 70 (27.73% from 255 or 35.53% from 197); Max value from RGB is 101 - color contains mainly: green. Hex color #1A6546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6546 is #E59AB9. Grayscale: #4B4B4B. Windows color (decimal): -15047354 or 4613402. OLE color: 4613402.

HSL color Cylindrical-coordinate representation of color #1A6546: hue angle of 155.2º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A6546 is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.60.

Color convert

RGB2610170-
CMYK0.7400.310.60
HSL155.2º59.06%24.9%-
HSV(B)155.2º74.26%39.61%-
XYZ6.199.977.39-
YUV75.04125.1593.02-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.20%
GREEN value IS 101 (39.84% from 255) = 51.27%
BLUE value IS 70 (27.73% from 255) = 35.53%
R=13.20%
G=51.27%
B=35.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal26101700.7400.310.60155.259.0624.9
Hex1A65464A01F3C9b3b19
Octal32145106112037742337331
Binary110101100101100011010010100111111111001001101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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