#155944

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

Shades of Jewel #155944

Tints of Jewel #155944

Color information

#155944 (or 0x155944) is unknown color: approx Jewel. HEX triplet: 15, 59 and 44. RGB value is (21,89,68). Sum of RGB (Red+Green+Blue) = 21+89+68=178 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.80% from 178); Green value is 89 (35.16% from 255 or 50% from 178); Blue value is 68 (26.95% from 255 or 38.20% from 178); Max value from RGB is 89 - color contains mainly: green. Hex color #155944 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155944 is #EAA6BB. Grayscale: #424242. Windows color (decimal): -15378108 or 4479253. OLE color: 4479253.

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

Color convert

RGB218968-
CMYK0.7600.240.65
HSL161.47º61.82%21.57%-
HSV(B)161.47º76.4%34.9%-
XYZ4.937.726.7-
YUV66.27128.9795.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.80%
GREEN value IS 89 (35.16% from 255) = 50%
BLUE value IS 68 (26.95% from 255) = 38.20%
R=11.80%
G=50%
B=38.20%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2189680.7600.240.65161.4761.8221.57
Hex1559444C01841a13e16
Octal251311041140301012417626
Binary1010110110011000100100110001100010000011010000111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155944; }

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

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

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

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

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

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

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

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