#1A654A

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

Shades of Jewel #1A654A

Tints of Jewel #1A654A

Color information

#1A654A (or 0x1A654A) is unknown color: approx Jewel. HEX triplet: 1A, 65 and 4A. RGB value is (26,101,74). Sum of RGB (Red+Green+Blue) = 26+101+74=201 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.94% from 201); Green value is 101 (39.84% from 255 or 50.25% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 101 - color contains mainly: green. Hex color #1A654A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A654A is #E59AB5. Grayscale: #4B4B4B. Windows color (decimal): -15047350 or 4875546. OLE color: 4875546.

HSL color Cylindrical-coordinate representation of color #1A654A: hue angle of 158.4º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A654A is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB2610174-
CMYK0.7400.270.60
HSL158.4º59.06%24.9%-
HSV(B)158.4º74.26%39.61%-
XYZ6.3210.028.08-
YUV75.5127.1592.7-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.94%
GREEN value IS 101 (39.84% from 255) = 50.25%
BLUE value IS 74 (29.30% from 255) = 36.82%
R=12.94%
G=50.25%
B=36.82%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal26101740.7400.270.60158.459.0624.9
Hex1A654A4A01B3C9e3b19
Octal32145112112033742367331
Binary110101100101100101010010100110111111001001111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A654A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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