#1A6A44

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

Shades of Jewel #1A6A44

Tints of Jewel #1A6A44

Color information

#1A6A44 (or 0x1A6A44) is unknown color: approx Jewel. HEX triplet: 1A, 6A and 44. RGB value is (26,106,68). Sum of RGB (Red+Green+Blue) = 26+106+68=200 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13% from 200); Green value is 106 (41.80% from 255 or 53% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 106 - color contains mainly: green. Hex color #1A6A44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6A44 is #E595BB. Grayscale: #4D4D4D. Windows color (decimal): -15046076 or 4483610. OLE color: 4483610.

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

Color convert

RGB2610668-
CMYK0.7500.360.58
HSL151.5º60.61%25.88%-
HSV(B)151.5º75.47%41.57%-
XYZ6.6210.957.23-
YUV77.75122.591.09-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13%
GREEN value IS 106 (41.80% from 255) = 53%
BLUE value IS 68 (26.95% from 255) = 34%
R=13%
G=53%
B=34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal26106680.7500.360.58151.560.6125.88
Hex1A6A444B0243A983d1a
Octal32152104113044722307532
Binary1101011010101000100100101101001001110101001100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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