#1A6349

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

Shades of Jewel #1A6349

Tints of Jewel #1A6349

Color information

#1A6349 (or 0x1A6349) is unknown color: approx Jewel. HEX triplet: 1A, 63 and 49. RGB value is (26,99,73). Sum of RGB (Red+Green+Blue) = 26+99+73=198 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.13% from 198); Green value is 99 (39.06% from 255 or 50% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 99 - color contains mainly: green. Hex color #1A6349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6349 is #E59CB6. Grayscale: #4A4A4A. Windows color (decimal): -15047863 or 4809498. OLE color: 4809498.

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

Color convert

RGB269973-
CMYK0.7400.260.61
HSL158.63º58.4%24.51%-
HSV(B)158.63º73.74%38.82%-
XYZ6.099.627.84-
YUV74.21127.3293.61-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.13%
GREEN value IS 99 (39.06% from 255) = 50%
BLUE value IS 73 (28.91% from 255) = 36.87%
R=13.13%
G=50%
B=36.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2699730.7400.260.61158.6358.424.51
Hex1A63494A01A3D9f3a19
Octal32143111112032752377231
Binary110101100011100100110010100110101111011001111111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,99,73); }

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

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

 a { background-color: rgb(26,99,73); }

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

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

 span { border-color: rgb(26,99,73); }

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