#1A644A

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

Shades of Jewel #1A644A

Tints of Jewel #1A644A

Color information

#1A644A (or 0x1A644A) is unknown color: approx Jewel. HEX triplet: 1A, 64 and 4A. RGB value is (26,100,74). Sum of RGB (Red+Green+Blue) = 26+100+74=200 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13% from 200); Green value is 100 (39.45% from 255 or 50% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 100 - color contains mainly: green. Hex color #1A644A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A644A is #E59BB5. Grayscale: #4A4A4A. Windows color (decimal): -15047606 or 4875290. OLE color: 4875290.

HSL color Cylindrical-coordinate representation of color #1A644A: hue angle of 158.92º degrees, saturation: 0.59, 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 #1A644A is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB2610074-
CMYK0.7400.260.61
HSL158.92º58.73%24.71%-
HSV(B)158.92º74%39.22%-
XYZ6.229.838.05-
YUV74.91127.4893.11-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13%
GREEN value IS 100 (39.45% from 255) = 50%
BLUE value IS 74 (29.30% from 255) = 37%
R=13%
G=50%
B=37%

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
Decimal26100740.7400.260.61158.9258.7324.71
Hex1A644A4A01A3D9f3b19
Octal32144112112032752377331
Binary110101100100100101010010100110101111011001111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A644A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,100,74); }

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

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

 a { background-color: rgb(26,100,74); }

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

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

 span { border-color: rgb(26,100,74); }

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