#1A6A48

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

Shades of Jewel #1A6A48

Tints of Jewel #1A6A48

Color information

#1A6A48 (or 0x1A6A48) is unknown color: approx Jewel. HEX triplet: 1A, 6A and 48. RGB value is (26,106,72). Sum of RGB (Red+Green+Blue) = 26+106+72=204 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.75% from 204); Green value is 106 (41.80% from 255 or 51.96% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 106 - color contains mainly: green. Hex color #1A6A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6A48 is #E595B7. Grayscale: #4E4E4E. Windows color (decimal): -15046072 or 4745754. OLE color: 4745754.

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

Color convert

RGB2610672-
CMYK0.7500.320.58
HSL154.5º60.61%25.88%-
HSV(B)154.5º75.47%41.57%-
XYZ6.75117.9-
YUV78.2124.590.76-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.75%
GREEN value IS 106 (41.80% from 255) = 51.96%
BLUE value IS 72 (28.52% from 255) = 35.29%
R=12.75%
G=51.96%
B=35.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal26106720.7500.320.58154.560.6125.88
Hex1A6A484B0203A9a3d1a
Octal32152110113040722327532
Binary1101011010101001000100101101000001110101001101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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