#1A5F44

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

Shades of Jewel #1A5F44

Tints of Jewel #1A5F44

Color information

#1A5F44 (or 0x1A5F44) is unknown color: approx Jewel. HEX triplet: 1A, 5F and 44. RGB value is (26,95,68). Sum of RGB (Red+Green+Blue) = 26+95+68=189 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.76% from 189); Green value is 95 (37.5% from 255 or 50.26% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 95 - color contains mainly: green. Hex color #1A5F44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5F44 is #E5A0BB. Grayscale: #474747. Windows color (decimal): -15048892 or 4480794. OLE color: 4480794.

HSL color Cylindrical-coordinate representation of color #1A5F44: hue angle of 156.52º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A5F44 is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.63.

Color convert

RGB269568-
CMYK0.7300.280.63
HSL156.52º57.02%23.73%-
HSV(B)156.52º72.63%37.25%-
XYZ5.568.826.88-
YUV71.29126.1495.7-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.76%
GREEN value IS 95 (37.5% from 255) = 50.26%
BLUE value IS 68 (26.95% from 255) = 35.98%
R=13.76%
G=50.26%
B=35.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2695680.7300.280.63156.5257.0223.73
Hex1A5F444901C3F9d3918
Octal32137104111034772357130
Binary110101011111100010010010010111001111111001110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,95,68); }

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

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

 a { background-color: rgb(26,95,68); }

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

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

 span { border-color: rgb(26,95,68); }

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