#1A6148

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

Shades of Jewel #1A6148

Tints of Jewel #1A6148

Color information

#1A6148 (or 0x1A6148) is unknown color: approx Jewel. HEX triplet: 1A, 61 and 48. RGB value is (26,97,72). Sum of RGB (Red+Green+Blue) = 26+97+72=195 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.33% from 195); Green value is 97 (38.28% from 255 or 49.74% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 97 - color contains mainly: green. Hex color #1A6148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6148 is #E59EB7. Grayscale: #484848. Windows color (decimal): -15048376 or 4743450. OLE color: 4743450.

HSL color Cylindrical-coordinate representation of color #1A6148: hue angle of 158.87º 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 #1A6148 is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB269772-
CMYK0.7300.260.62
HSL158.87º57.72%24.12%-
HSV(B)158.87º73.2%38.04%-
XYZ5.879.247.6-
YUV72.92127.4894.53-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.33%
GREEN value IS 97 (38.28% from 255) = 49.74%
BLUE value IS 72 (28.52% from 255) = 36.92%
R=13.33%
G=49.74%
B=36.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2697720.7300.260.62158.8757.7224.12
Hex1A61484901A3E9f3a18
Octal32141110111032762377230
Binary110101100001100100010010010110101111101001111111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,97,72); }

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

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

 a { background-color: rgb(26,97,72); }

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

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

 span { border-color: rgb(26,97,72); }

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