#1A5D45

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

Shades of Jewel #1A5D45

Tints of Jewel #1A5D45

Color information

#1A5D45 (or 0x1A5D45) is unknown color: approx Jewel. HEX triplet: 1A, 5D and 45. RGB value is (26,93,69). Sum of RGB (Red+Green+Blue) = 26+93+69=188 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.83% from 188); Green value is 93 (36.72% from 255 or 49.47% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 93 - color contains mainly: green. Hex color #1A5D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5D45 is #E5A2BA. Grayscale: #464646. Windows color (decimal): -15049403 or 4545818. OLE color: 4545818.

HSL color Cylindrical-coordinate representation of color #1A5D45: hue angle of 158.51º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A5D45 is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.

Color convert

RGB269369-
CMYK0.7200.260.64
HSL158.51º56.3%23.33%-
HSV(B)158.51º72.04%36.47%-
XYZ5.418.486.98-
YUV70.23127.396.45-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.83%
GREEN value IS 93 (36.72% from 255) = 49.47%
BLUE value IS 69 (27.34% from 255) = 36.70%
R=13.83%
G=49.47%
B=36.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2693690.7200.260.64158.5156.323.33
Hex1A5D454801A409f3817
Octal321351051100321002377027
Binary1101010111011000101100100001101010000001001111111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,93,69); }

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

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

 a { background-color: rgb(26,93,69); }

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

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

 span { border-color: rgb(26,93,69); }

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