#1A6547

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

Shades of Jewel #1A6547

Tints of Jewel #1A6547

Color information

#1A6547 (or 0x1A6547) is unknown color: approx Jewel. HEX triplet: 1A, 65 and 47. RGB value is (26,101,71). Sum of RGB (Red+Green+Blue) = 26+101+71=198 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.13% from 198); Green value is 101 (39.84% from 255 or 51.01% from 198); Blue value is 71 (28.12% from 255 or 35.86% from 198); Max value from RGB is 101 - color contains mainly: green. Hex color #1A6547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6547 is #E59AB8. Grayscale: #4B4B4B. Windows color (decimal): -15047353 or 4678938. OLE color: 4678938.

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

Color convert

RGB2610171-
CMYK0.7400.300.60
HSL156º59.06%24.9%-
HSV(B)156º74.26%39.61%-
XYZ6.229.987.56-
YUV75.15125.6592.94-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.13%
GREEN value IS 101 (39.84% from 255) = 51.01%
BLUE value IS 71 (28.12% from 255) = 35.86%
R=13.13%
G=51.01%
B=35.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal26101710.7400.300.6015659.0624.9
Hex1A65474A01E3C9c3b19
Octal32145107112036742347331
Binary110101100101100011110010100111101111001001110011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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