#1A6A4A

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

Shades of Jewel #1A6A4A

Tints of Jewel #1A6A4A

Color information

#1A6A4A (or 0x1A6A4A) is unknown color: approx Jewel. HEX triplet: 1A, 6A and 4A. RGB value is (26,106,74). Sum of RGB (Red+Green+Blue) = 26+106+74=206 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.62% from 206); Green value is 106 (41.80% from 255 or 51.46% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 106 - color contains mainly: green. Hex color #1A6A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6A4A is #E595B5. Grayscale: #4E4E4E. Windows color (decimal): -15046070 or 4876826. OLE color: 4876826.

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

Color convert

RGB2610674-
CMYK0.7500.300.58
HSL156º60.61%25.88%-
HSV(B)156º75.47%41.57%-
XYZ6.8211.028.25-
YUV78.43125.590.6-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.62%
GREEN value IS 106 (41.80% from 255) = 51.46%
BLUE value IS 74 (29.30% from 255) = 35.92%
R=12.62%
G=51.46%
B=35.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal26106740.7500.300.5815660.6125.88
Hex1A6A4A4B01E3A9c3d1a
Octal32152112113036722347532
Binary110101101010100101010010110111101110101001110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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