#155A44

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

Shades of Jewel #155A44

Tints of Jewel #155A44

Color information

#155A44 (or 0x155A44) is unknown color: approx Jewel. HEX triplet: 15, 5A and 44. RGB value is (21,90,68). Sum of RGB (Red+Green+Blue) = 21+90+68=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 90 (35.55% from 255 or 50.28% from 179); Blue value is 68 (26.95% from 255 or 37.99% from 179); Max value from RGB is 90 - color contains mainly: green. Hex color #155A44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155A44 is #EAA5BB. Grayscale: #424242. Windows color (decimal): -15377852 or 4479509. OLE color: 4479509.

HSL color Cylindrical-coordinate representation of color #155A44: hue angle of 160.87º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155A44 is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.

Color convert

RGB219068-
CMYK0.7700.240.65
HSL160.87º62.16%21.76%-
HSV(B)160.87º76.67%35.29%-
XYZ5.017.896.73-
YUV66.86128.6495.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.73%
GREEN value IS 90 (35.55% from 255) = 50.28%
BLUE value IS 68 (26.95% from 255) = 37.99%
R=11.73%
G=50.28%
B=37.99%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2190680.7700.240.65160.8762.1621.76
Hex155A444D01841a13e16
Octal251321041150301012417626
Binary1010110110101000100100110101100010000011010000111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155A44; }

 p { color: rgb(21,90,68); }

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

<style>
 a { background-color: #155A44; }

 a { background-color: rgb(21,90,68); }

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

<style>
 span { border-color: #155A44; }

 span { border-color: rgb(21,90,68); }

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