#1A6B4E

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

Shades of Jewel #1A6B4E

Tints of Jewel #1A6B4E

Color information

#1A6B4E (or 0x1A6B4E) is unknown color: approx Jewel. HEX triplet: 1A, 6B and 4E. RGB value is (26,107,78). Sum of RGB (Red+Green+Blue) = 26+107+78=211 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.32% from 211); Green value is 107 (42.19% from 255 or 50.71% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 107 - color contains mainly: green. Hex color #1A6B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6B4E is #E594B1. Grayscale: #4F4F4F. Windows color (decimal): -15045810 or 5139226. OLE color: 5139226.

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

Color convert

RGB2610778-
CMYK0.7600.270.58
HSL158.52º60.9%26.08%-
HSV(B)158.52º75.7%41.96%-
XYZ7.0611.299.01-
YUV79.47127.1689.86-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.32%
GREEN value IS 107 (42.19% from 255) = 50.71%
BLUE value IS 78 (30.86% from 255) = 36.97%
R=12.32%
G=50.71%
B=36.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal26107780.7600.270.58158.5260.926.08
Hex1A6B4E4C01B3A9f3d1a
Octal32153116114033722377532
Binary110101101011100111010011000110111110101001111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,107,78); }

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

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

 a { background-color: rgb(26,107,78); }

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

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

 span { border-color: rgb(26,107,78); }

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