#1A6743

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

Shades of Jewel #1A6743

Tints of Jewel #1A6743

Color information

#1A6743 (or 0x1A6743) is unknown color: approx Jewel. HEX triplet: 1A, 67 and 43. RGB value is (26,103,67). Sum of RGB (Red+Green+Blue) = 26+103+67=196 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.27% from 196); Green value is 103 (40.62% from 255 or 52.55% from 196); Blue value is 67 (26.56% from 255 or 34.18% from 196); Max value from RGB is 103 - color contains mainly: green. Hex color #1A6743 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6743 is #E598BC. Grayscale: #4B4B4B. Windows color (decimal): -15046845 or 4417306. OLE color: 4417306.

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

Color convert

RGB2610367-
CMYK0.7500.350.60
HSL151.95º59.69%25.29%-
HSV(B)151.95º74.76%40.39%-
XYZ6.2910.336.97-
YUV75.87122.9992.43-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.27%
GREEN value IS 103 (40.62% from 255) = 52.55%
BLUE value IS 67 (26.56% from 255) = 34.18%
R=13.27%
G=52.55%
B=34.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal26103670.7500.350.60151.9559.6925.29
Hex1A67434B0233C983c19
Octal32147103113043742307431
Binary1101011001111000011100101101000111111001001100011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,103,67); }

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

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

 a { background-color: rgb(26,103,67); }

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

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

 span { border-color: rgb(26,103,67); }

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