#1A6A47

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

Shades of Jewel #1A6A47

Tints of Jewel #1A6A47

Color information

#1A6A47 (or 0x1A6A47) is unknown color: approx Jewel. HEX triplet: 1A, 6A and 47. RGB value is (26,106,71). Sum of RGB (Red+Green+Blue) = 26+106+71=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 106 (41.80% from 255 or 52.22% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 106 - color contains mainly: green. Hex color #1A6A47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6A47 is #E595B8. Grayscale: #4E4E4E. Windows color (decimal): -15046073 or 4680218. OLE color: 4680218.

HSL color Cylindrical-coordinate representation of color #1A6A47: hue angle of 153.75º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A6A47 is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB2610671-
CMYK0.7500.330.58
HSL153.75º60.61%25.88%-
HSV(B)153.75º75.47%41.57%-
XYZ6.7210.987.73-
YUV78.0912490.85-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.81%
GREEN value IS 106 (41.80% from 255) = 52.22%
BLUE value IS 71 (28.12% from 255) = 34.98%
R=12.81%
G=52.22%
B=34.98%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal26106710.7500.330.58153.7560.6125.88
Hex1A6A474B0213A9a3d1a
Octal32152107113041722327532
Binary1101011010101000111100101101000011110101001101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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