#1A6447

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

Shades of Jewel #1A6447

Tints of Jewel #1A6447

Color information

#1A6447 (or 0x1A6447) is unknown color: approx Jewel. HEX triplet: 1A, 64 and 47. RGB value is (26,100,71). Sum of RGB (Red+Green+Blue) = 26+100+71=197 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.20% from 197); Green value is 100 (39.45% from 255 or 50.76% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 100 - color contains mainly: green. Hex color #1A6447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6447 is #E59BB8. Grayscale: #4A4A4A. Windows color (decimal): -15047609 or 4678682. OLE color: 4678682.

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

Color convert

RGB2610071-
CMYK0.7400.290.61
HSL156.49º58.73%24.71%-
HSV(B)156.49º74%39.22%-
XYZ6.129.797.53-
YUV74.57125.9893.36-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.20%
GREEN value IS 100 (39.45% from 255) = 50.76%
BLUE value IS 71 (28.12% from 255) = 36.04%
R=13.20%
G=50.76%
B=36.04%

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
Decimal26100710.7400.290.61156.4958.7324.71
Hex1A64474A01D3D9c3b19
Octal32144107112035752347331
Binary110101100100100011110010100111011111011001110011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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