#1A6548

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

Shades of Jewel #1A6548

Tints of Jewel #1A6548

Color information

#1A6548 (or 0x1A6548) is unknown color: approx Jewel. HEX triplet: 1A, 65 and 48. RGB value is (26,101,72). Sum of RGB (Red+Green+Blue) = 26+101+72=199 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.07% from 199); Green value is 101 (39.84% from 255 or 50.75% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 101 - color contains mainly: green. Hex color #1A6548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6548 is #E59AB7. Grayscale: #4B4B4B. Windows color (decimal): -15047352 or 4744474. OLE color: 4744474.

HSL color Cylindrical-coordinate representation of color #1A6548: hue angle of 156.8º 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 #1A6548 is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB2610172-
CMYK0.7400.290.60
HSL156.8º59.06%24.9%-
HSV(B)156.8º74.26%39.61%-
XYZ6.259.997.73-
YUV75.27126.1592.86-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.07%
GREEN value IS 101 (39.84% from 255) = 50.75%
BLUE value IS 72 (28.52% from 255) = 36.18%
R=13.07%
G=50.75%
B=36.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal26101720.7400.290.60156.859.0624.9
Hex1A65484A01D3C9d3b19
Octal32145110112035742357331
Binary110101100101100100010010100111011111001001110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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