#1A6C4E

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

Shades of Jewel #1A6C4E

Tints of Jewel #1A6C4E

Color information

#1A6C4E (or 0x1A6C4E) is unknown color: approx Jewel. HEX triplet: 1A, 6C and 4E. RGB value is (26,108,78). Sum of RGB (Red+Green+Blue) = 26+108+78=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 108 (42.58% from 255 or 50.94% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 108 - color contains mainly: green. Hex color #1A6C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6C4E is #E593B1. Grayscale: #505050. Windows color (decimal): -15045554 or 5139482. OLE color: 5139482.

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

Color convert

RGB2610878-
CMYK0.7600.280.58
HSL158.05º61.19%26.27%-
HSV(B)158.05º75.93%42.35%-
XYZ7.1611.499.05-
YUV80.06126.8389.44-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.26%
GREEN value IS 108 (42.58% from 255) = 50.94%
BLUE value IS 78 (30.86% from 255) = 36.79%
R=12.26%
G=50.94%
B=36.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal26108780.7600.280.58158.0561.1926.27
Hex1A6C4E4C01C3A9e3d1a
Octal32154116114034722367532
Binary110101101100100111010011000111001110101001111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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