#1A6246

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

Shades of Jewel #1A6246

Tints of Jewel #1A6246

Color information

#1A6246 (or 0x1A6246) is unknown color: approx Jewel. HEX triplet: 1A, 62 and 46. RGB value is (26,98,70). Sum of RGB (Red+Green+Blue) = 26+98+70=194 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.40% from 194); Green value is 98 (38.67% from 255 or 50.52% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 98 - color contains mainly: green. Hex color #1A6246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6246 is #E59DB9. Grayscale: #494949. Windows color (decimal): -15048122 or 4612634. OLE color: 4612634.

HSL color Cylindrical-coordinate representation of color #1A6246: hue angle of 156.67º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A6246 is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB269870-
CMYK0.7300.290.62
HSL156.67º58.06%24.31%-
HSV(B)156.67º73.47%38.43%-
XYZ5.99.47.3-
YUV73.28126.1594.28-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.40%
GREEN value IS 98 (38.67% from 255) = 50.52%
BLUE value IS 70 (27.73% from 255) = 36.08%
R=13.40%
G=50.52%
B=36.08%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2698700.7300.290.62156.6758.0624.31
Hex1A62464901D3E9d3a18
Octal32142106111035762357230
Binary110101100010100011010010010111011111101001110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,98,70); }

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

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

 a { background-color: rgb(26,98,70); }

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

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

 span { border-color: rgb(26,98,70); }

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